← Back to Tools
Formulate gilded heritage colors with tarnished antique gold (#B69257), dark bronze (#8C6E3C), aged walnut (#5C4A2E), and gilded cream (#E6D8B8) for luxury editorial designs.
Export
Copy or download this palette as CSS, SCSS, Tailwind config, JSON, CSV, GPL, ASE or ACO.
:root {
--tarnished-antique-gold: #B69257;
--tarnished-antique-gold-50: #fffdf8;
--tarnished-antique-gold-100: #fdf9f1;
--tarnished-antique-gold-200: #faf2e4;
--tarnished-antique-gold-300: #f5e9d2;
--tarnished-antique-gold-400: #edddbd;
--tarnished-antique-gold-500: #B69257;
--tarnished-antique-gold-600: #baa881;
--tarnished-antique-gold-700: #857555;
--tarnished-antique-gold-800: #53472e;
--tarnished-antique-gold-900: #292111;
--tarnished-antique-gold-950: #070502;
--dark-bronze: #8C6E3C;
--dark-bronze-50: #fefcf6;
--dark-bronze-100: #fbf7ee;
--dark-bronze-200: #f4edde;
--dark-bronze-300: #ebe0c8;
--dark-bronze-400: #decead;
--dark-bronze-500: #8C6E3C;
--dark-bronze-600: #a6936c;
--dark-bronze-700: #766645;
--dark-bronze-800: #493d23;
--dark-bronze-900: #231c0b;
--dark-bronze-950: #060401;
--aged-walnut: #5C4A2E;
--aged-walnut-50: #fcfaf7;
--aged-walnut-100: #f7f4ed;
--aged-walnut-200: #ece6db;
--aged-walnut-300: #ddd4c4;
--aged-walnut-400: #c9bca5;
--aged-walnut-500: #5C4A2E;
--aged-walnut-600: #897b60;
--aged-walnut-700: #61553e;
--aged-walnut-800: #3b3220;
--aged-walnut-900: #1b150a;
--aged-walnut-950: #040301;
--gilded-cream: #E6D8B8;
--gilded-cream-50: #fffefc;
--gilded-cream-100: #fffdfa;
--gilded-cream-200: #fdfbf5;
--gilded-cream-300: #fcf8ef;
--gilded-cream-400: #f9f4e7;
--gilded-cream-500: #E6D8B8;
--gilded-cream-600: #cec8b9;
--gilded-cream-700: #928d80;
--gilded-cream-800: #5a564d;
--gilded-cream-900: #2c2a24;
--gilded-cream-950: #090806;
}
$tarnished-antique-gold: #B69257; $tarnished-antique-gold-50: #fffdf8; $tarnished-antique-gold-100: #fdf9f1; $tarnished-antique-gold-200: #faf2e4; $tarnished-antique-gold-300: #f5e9d2; $tarnished-antique-gold-400: #edddbd; $tarnished-antique-gold-500: #B69257; $tarnished-antique-gold-600: #baa881; $tarnished-antique-gold-700: #857555; $tarnished-antique-gold-800: #53472e; $tarnished-antique-gold-900: #292111; $tarnished-antique-gold-950: #070502; $dark-bronze: #8C6E3C; $dark-bronze-50: #fefcf6; $dark-bronze-100: #fbf7ee; $dark-bronze-200: #f4edde; $dark-bronze-300: #ebe0c8; $dark-bronze-400: #decead; $dark-bronze-500: #8C6E3C; $dark-bronze-600: #a6936c; $dark-bronze-700: #766645; $dark-bronze-800: #493d23; $dark-bronze-900: #231c0b; $dark-bronze-950: #060401; $aged-walnut: #5C4A2E; $aged-walnut-50: #fcfaf7; $aged-walnut-100: #f7f4ed; $aged-walnut-200: #ece6db; $aged-walnut-300: #ddd4c4; $aged-walnut-400: #c9bca5; $aged-walnut-500: #5C4A2E; $aged-walnut-600: #897b60; $aged-walnut-700: #61553e; $aged-walnut-800: #3b3220; $aged-walnut-900: #1b150a; $aged-walnut-950: #040301; $gilded-cream: #E6D8B8; $gilded-cream-50: #fffefc; $gilded-cream-100: #fffdfa; $gilded-cream-200: #fdfbf5; $gilded-cream-300: #fcf8ef; $gilded-cream-400: #f9f4e7; $gilded-cream-500: #E6D8B8; $gilded-cream-600: #cec8b9; $gilded-cream-700: #928d80; $gilded-cream-800: #5a564d; $gilded-cream-900: #2c2a24; $gilded-cream-950: #090806;
colors: {
'tarnished-antique-gold': {
50: '#fffdf8',
100: '#fdf9f1',
200: '#faf2e4',
300: '#f5e9d2',
400: '#edddbd',
500: '#B69257',
600: '#baa881',
700: '#857555',
800: '#53472e',
900: '#292111',
950: '#070502',
DEFAULT: '#B69257',
},
'dark-bronze': {
50: '#fefcf6',
100: '#fbf7ee',
200: '#f4edde',
300: '#ebe0c8',
400: '#decead',
500: '#8C6E3C',
600: '#a6936c',
700: '#766645',
800: '#493d23',
900: '#231c0b',
950: '#060401',
DEFAULT: '#8C6E3C',
},
'aged-walnut': {
50: '#fcfaf7',
100: '#f7f4ed',
200: '#ece6db',
300: '#ddd4c4',
400: '#c9bca5',
500: '#5C4A2E',
600: '#897b60',
700: '#61553e',
800: '#3b3220',
900: '#1b150a',
950: '#040301',
DEFAULT: '#5C4A2E',
},
'gilded-cream': {
50: '#fffefc',
100: '#fffdfa',
200: '#fdfbf5',
300: '#fcf8ef',
400: '#f9f4e7',
500: '#E6D8B8',
600: '#cec8b9',
700: '#928d80',
800: '#5a564d',
900: '#2c2a24',
950: '#090806',
DEFAULT: '#E6D8B8',
},
},
[
{
"name": "tarnished-antique-gold",
"harmony": "Palette",
"hex": "#B69257",
"rgb": {
"r": 182,
"g": 146,
"b": 87
},
"hsl": {
"h": 37,
"s": 39,
"l": 53
},
"value": "#B69257",
"tonalScale": {
"50": {
"hex": "#fffdf8",
"rgb": {
"r": 255,
"g": 253,
"b": 248
}
},
"100": {
"hex": "#fdf9f1",
"rgb": {
"r": 253,
"g": 249,
"b": 241
}
},
"200": {
"hex": "#faf2e4",
"rgb": {
"r": 250,
"g": 242,
"b": 228
}
},
"300": {
"hex": "#f5e9d2",
"rgb": {
"r": 245,
"g": 233,
"b": 210
}
},
"400": {
"hex": "#edddbd",
"rgb": {
"r": 237,
"g": 221,
"b": 189
}
},
"500": {
"hex": "#B69257",
"rgb": {
"r": 182,
"g": 146,
"b": 87
}
},
"600": {
"hex": "#baa881",
"rgb": {
"r": 186,
"g": 168,
"b": 129
}
},
"700": {
"hex": "#857555",
"rgb": {
"r": 133,
"g": 117,
"b": 85
}
},
"800": {
"hex": "#53472e",
"rgb": {
"r": 83,
"g": 71,
"b": 46
}
},
"900": {
"hex": "#292111",
"rgb": {
"r": 41,
"g": 33,
"b": 17
}
},
"950": {
"hex": "#070502",
"rgb": {
"r": 7,
"g": 5,
"b": 2
}
}
}
},
{
"name": "dark-bronze",
"harmony": "Palette",
"hex": "#8C6E3C",
"rgb": {
"r": 140,
"g": 110,
"b": 60
},
"hsl": {
"h": 38,
"s": 40,
"l": 39
},
"value": "#8C6E3C",
"tonalScale": {
"50": {
"hex": "#fefcf6",
"rgb": {
"r": 254,
"g": 252,
"b": 246
}
},
"100": {
"hex": "#fbf7ee",
"rgb": {
"r": 251,
"g": 247,
"b": 238
}
},
"200": {
"hex": "#f4edde",
"rgb": {
"r": 244,
"g": 237,
"b": 222
}
},
"300": {
"hex": "#ebe0c8",
"rgb": {
"r": 235,
"g": 224,
"b": 200
}
},
"400": {
"hex": "#decead",
"rgb": {
"r": 222,
"g": 206,
"b": 173
}
},
"500": {
"hex": "#8C6E3C",
"rgb": {
"r": 140,
"g": 110,
"b": 60
}
},
"600": {
"hex": "#a6936c",
"rgb": {
"r": 166,
"g": 147,
"b": 108
}
},
"700": {
"hex": "#766645",
"rgb": {
"r": 118,
"g": 102,
"b": 69
}
},
"800": {
"hex": "#493d23",
"rgb": {
"r": 73,
"g": 61,
"b": 35
}
},
"900": {
"hex": "#231c0b",
"rgb": {
"r": 35,
"g": 28,
"b": 11
}
},
"950": {
"hex": "#060401",
"rgb": {
"r": 6,
"g": 4,
"b": 1
}
}
}
},
{
"name": "aged-walnut",
"harmony": "Palette",
"hex": "#5C4A2E",
"rgb": {
"r": 92,
"g": 74,
"b": 46
},
"hsl": {
"h": 37,
"s": 33,
"l": 27
},
"value": "#5C4A2E",
"tonalScale": {
"50": {
"hex": "#fcfaf7",
"rgb": {
"r": 252,
"g": 250,
"b": 247
}
},
"100": {
"hex": "#f7f4ed",
"rgb": {
"r": 247,
"g": 244,
"b": 237
}
},
"200": {
"hex": "#ece6db",
"rgb": {
"r": 236,
"g": 230,
"b": 219
}
},
"300": {
"hex": "#ddd4c4",
"rgb": {
"r": 221,
"g": 212,
"b": 196
}
},
"400": {
"hex": "#c9bca5",
"rgb": {
"r": 201,
"g": 188,
"b": 165
}
},
"500": {
"hex": "#5C4A2E",
"rgb": {
"r": 92,
"g": 74,
"b": 46
}
},
"600": {
"hex": "#897b60",
"rgb": {
"r": 137,
"g": 123,
"b": 96
}
},
"700": {
"hex": "#61553e",
"rgb": {
"r": 97,
"g": 85,
"b": 62
}
},
"800": {
"hex": "#3b3220",
"rgb": {
"r": 59,
"g": 50,
"b": 32
}
},
"900": {
"hex": "#1b150a",
"rgb": {
"r": 27,
"g": 21,
"b": 10
}
},
"950": {
"hex": "#040301",
"rgb": {
"r": 4,
"g": 3,
"b": 1
}
}
}
},
{
"name": "gilded-cream",
"harmony": "Palette",
"hex": "#E6D8B8",
"rgb": {
"r": 230,
"g": 216,
"b": 184
},
"hsl": {
"h": 42,
"s": 48,
"l": 81
},
"value": "#E6D8B8",
"tonalScale": {
"50": {
"hex": "#fffefc",
"rgb": {
"r": 255,
"g": 254,
"b": 252
}
},
"100": {
"hex": "#fffdfa",
"rgb": {
"r": 255,
"g": 253,
"b": 250
}
},
"200": {
"hex": "#fdfbf5",
"rgb": {
"r": 253,
"g": 251,
"b": 245
}
},
"300": {
"hex": "#fcf8ef",
"rgb": {
"r": 252,
"g": 248,
"b": 239
}
},
"400": {
"hex": "#f9f4e7",
"rgb": {
"r": 249,
"g": 244,
"b": 231
}
},
"500": {
"hex": "#E6D8B8",
"rgb": {
"r": 230,
"g": 216,
"b": 184
}
},
"600": {
"hex": "#cec8b9",
"rgb": {
"r": 206,
"g": 200,
"b": 185
}
},
"700": {
"hex": "#928d80",
"rgb": {
"r": 146,
"g": 141,
"b": 128
}
},
"800": {
"hex": "#5a564d",
"rgb": {
"r": 90,
"g": 86,
"b": 77
}
},
"900": {
"hex": "#2c2a24",
"rgb": {
"r": 44,
"g": 42,
"b": 36
}
},
"950": {
"hex": "#090806",
"rgb": {
"r": 9,
"g": 8,
"b": 6
}
}
}
}
]
Name,Harmony,Hex,RGB,HSL,Value,T50,T100,T200,T300,T400,T500,T600,T700,T800,T900,T950 tarnished-antique-gold,Palette,#B69257,"rgb(182, 146, 87)","hsl(37, 39%, 53%)",#B69257,#fffdf8,#fdf9f1,#faf2e4,#f5e9d2,#edddbd,#B69257,#baa881,#857555,#53472e,#292111,#070502 dark-bronze,Palette,#8C6E3C,"rgb(140, 110, 60)","hsl(38, 40%, 39%)",#8C6E3C,#fefcf6,#fbf7ee,#f4edde,#ebe0c8,#decead,#8C6E3C,#a6936c,#766645,#493d23,#231c0b,#060401 aged-walnut,Palette,#5C4A2E,"rgb(92, 74, 46)","hsl(37, 33%, 27%)",#5C4A2E,#fcfaf7,#f7f4ed,#ece6db,#ddd4c4,#c9bca5,#5C4A2E,#897b60,#61553e,#3b3220,#1b150a,#040301 gilded-cream,Palette,#E6D8B8,"rgb(230, 216, 184)","hsl(42, 48%, 81%)",#E6D8B8,#fffefc,#fffdfa,#fdfbf5,#fcf8ef,#f9f4e7,#E6D8B8,#cec8b9,#928d80,#5a564d,#2c2a24,#090806
GIMP Palette Name: PocketSwiss analogous Columns: 4 # 182 146 87 tarnished-antique-gold 255 253 248 tarnished-antique-gold-50 253 249 241 tarnished-antique-gold-100 250 242 228 tarnished-antique-gold-200 245 233 210 tarnished-antique-gold-300 237 221 189 tarnished-antique-gold-400 182 146 87 tarnished-antique-gold-500 186 168 129 tarnished-antique-gold-600 133 117 85 tarnished-antique-gold-700 83 71 46 tarnished-antique-gold-800 41 33 17 tarnished-antique-gold-900 7 5 2 tarnished-antique-gold-950 140 110 60 dark-bronze 254 252 246 dark-bronze-50 251 247 238 dark-bronze-100 244 237 222 dark-bronze-200 235 224 200 dark-bronze-300 222 206 173 dark-bronze-400 140 110 60 dark-bronze-500 166 147 108 dark-bronze-600 118 102 69 dark-bronze-700 73 61 35 dark-bronze-800 35 28 11 dark-bronze-900 6 4 1 dark-bronze-950 92 74 46 aged-walnut 252 250 247 aged-walnut-50 247 244 237 aged-walnut-100 236 230 219 aged-walnut-200 221 212 196 aged-walnut-300 201 188 165 aged-walnut-400 92 74 46 aged-walnut-500 137 123 96 aged-walnut-600 97 85 62 aged-walnut-700 59 50 32 aged-walnut-800 27 21 10 aged-walnut-900 4 3 1 aged-walnut-950 230 216 184 gilded-cream 255 254 252 gilded-cream-50 255 253 250 gilded-cream-100 253 251 245 gilded-cream-200 252 248 239 gilded-cream-300 249 244 231 gilded-cream-400 230 216 184 gilded-cream-500 206 200 185 gilded-cream-600 146 141 128 gilded-cream-700 90 86 77 gilded-cream-800 44 42 36 gilded-cream-900 9 8 6 gilded-cream-950
Binary ASE — use Download to save the file.
Binary ACO — use Download to save the file.