← Back to Tools
Generate highly viral cozy autumn aesthetic color palettes featuring warm pumpkin spices, muted ciders, and rich forest chestnuts for social graphics.
Export
Copy or download this palette as CSS, SCSS, Tailwind config, JSON, CSV, GPL, ASE or ACO.
:root {
--bright-orange: #D4853E;
--bright-orange-50: #fffcf5;
--bright-orange-100: #fff8ed;
--bright-orange-200: #fff0dd;
--bright-orange-300: #fee5c7;
--bright-orange-400: #fad7ac;
--bright-orange-500: #D4853E;
--bright-orange-600: #c9a06c;
--bright-orange-700: #916f42;
--bright-orange-800: #5c421f;
--bright-orange-900: #2e1e07;
--bright-orange-950: #0a0400;
--orange: #C4813D;
--orange-50: #fffcf5;
--orange-100: #fff8ed;
--orange-200: #fef0dd;
--orange-300: #fae5c7;
--orange-400: #f4d6ac;
--orange-500: #C4813D;
--orange-600: #c29e6c;
--orange-700: #8c6e42;
--orange-800: #58411f;
--orange-900: #2c1d07;
--orange-950: #090400;
--deep-orange: #8B5A2B;
--deep-orange-50: #fffbf5;
--deep-orange-100: #fcf5eb;
--deep-orange-200: #f6e9d9;
--deep-orange-300: #edd9c0;
--deep-orange-400: #e0c4a0;
--deep-orange-500: #8B5A2B;
--deep-orange-600: #a6865b;
--deep-orange-700: #775c38;
--deep-orange-800: #4a3619;
--deep-orange-900: #241705;
--deep-orange-950: #060300;
--dark-orange: #5C4033;
--dark-orange-50: #fdfaf8;
--dark-orange-100: #f8f2ef;
--dark-orange-200: #ede3de;
--dark-orange-300: #dfd0c8;
--dark-orange-400: #cab6ab;
--dark-orange-500: #5C4033;
--dark-orange-600: #897266;
--dark-orange-700: #614e44;
--dark-orange-800: #3c2d25;
--dark-orange-900: #1c130d;
--dark-orange-950: #040201;
--dark-cyan: #2D4A3E;
--dark-cyan-50: #f7fbfa;
--dark-cyan-100: #eef5f2;
--dark-cyan-200: #dce7e3;
--dark-cyan-300: #c5d6cf;
--dark-cyan-400: #a6beb5;
--dark-cyan-500: #2D4A3E;
--dark-cyan-600: #607b71;
--dark-cyan-700: #3f564e;
--dark-cyan-800: #21342d;
--dark-cyan-900: #0b1713;
--dark-cyan-950: #010302;
}
$bright-orange: #D4853E; $bright-orange-50: #fffcf5; $bright-orange-100: #fff8ed; $bright-orange-200: #fff0dd; $bright-orange-300: #fee5c7; $bright-orange-400: #fad7ac; $bright-orange-500: #D4853E; $bright-orange-600: #c9a06c; $bright-orange-700: #916f42; $bright-orange-800: #5c421f; $bright-orange-900: #2e1e07; $bright-orange-950: #0a0400; $orange: #C4813D; $orange-50: #fffcf5; $orange-100: #fff8ed; $orange-200: #fef0dd; $orange-300: #fae5c7; $orange-400: #f4d6ac; $orange-500: #C4813D; $orange-600: #c29e6c; $orange-700: #8c6e42; $orange-800: #58411f; $orange-900: #2c1d07; $orange-950: #090400; $deep-orange: #8B5A2B; $deep-orange-50: #fffbf5; $deep-orange-100: #fcf5eb; $deep-orange-200: #f6e9d9; $deep-orange-300: #edd9c0; $deep-orange-400: #e0c4a0; $deep-orange-500: #8B5A2B; $deep-orange-600: #a6865b; $deep-orange-700: #775c38; $deep-orange-800: #4a3619; $deep-orange-900: #241705; $deep-orange-950: #060300; $dark-orange: #5C4033; $dark-orange-50: #fdfaf8; $dark-orange-100: #f8f2ef; $dark-orange-200: #ede3de; $dark-orange-300: #dfd0c8; $dark-orange-400: #cab6ab; $dark-orange-500: #5C4033; $dark-orange-600: #897266; $dark-orange-700: #614e44; $dark-orange-800: #3c2d25; $dark-orange-900: #1c130d; $dark-orange-950: #040201; $dark-cyan: #2D4A3E; $dark-cyan-50: #f7fbfa; $dark-cyan-100: #eef5f2; $dark-cyan-200: #dce7e3; $dark-cyan-300: #c5d6cf; $dark-cyan-400: #a6beb5; $dark-cyan-500: #2D4A3E; $dark-cyan-600: #607b71; $dark-cyan-700: #3f564e; $dark-cyan-800: #21342d; $dark-cyan-900: #0b1713; $dark-cyan-950: #010302;
colors: {
'bright-orange': {
50: '#fffcf5',
100: '#fff8ed',
200: '#fff0dd',
300: '#fee5c7',
400: '#fad7ac',
500: '#D4853E',
600: '#c9a06c',
700: '#916f42',
800: '#5c421f',
900: '#2e1e07',
950: '#0a0400',
DEFAULT: '#D4853E',
},
'orange': {
50: '#fffcf5',
100: '#fff8ed',
200: '#fef0dd',
300: '#fae5c7',
400: '#f4d6ac',
500: '#C4813D',
600: '#c29e6c',
700: '#8c6e42',
800: '#58411f',
900: '#2c1d07',
950: '#090400',
DEFAULT: '#C4813D',
},
'deep-orange': {
50: '#fffbf5',
100: '#fcf5eb',
200: '#f6e9d9',
300: '#edd9c0',
400: '#e0c4a0',
500: '#8B5A2B',
600: '#a6865b',
700: '#775c38',
800: '#4a3619',
900: '#241705',
950: '#060300',
DEFAULT: '#8B5A2B',
},
'dark-orange': {
50: '#fdfaf8',
100: '#f8f2ef',
200: '#ede3de',
300: '#dfd0c8',
400: '#cab6ab',
500: '#5C4033',
600: '#897266',
700: '#614e44',
800: '#3c2d25',
900: '#1c130d',
950: '#040201',
DEFAULT: '#5C4033',
},
'dark-cyan': {
50: '#f7fbfa',
100: '#eef5f2',
200: '#dce7e3',
300: '#c5d6cf',
400: '#a6beb5',
500: '#2D4A3E',
600: '#607b71',
700: '#3f564e',
800: '#21342d',
900: '#0b1713',
950: '#010302',
DEFAULT: '#2D4A3E',
},
},
[
{
"name": "bright-orange",
"harmony": "Palette",
"hex": "#D4853E",
"rgb": {
"r": 212,
"g": 133,
"b": 62
},
"hsl": {
"h": 28,
"s": 64,
"l": 54
},
"value": "#D4853E",
"tonalScale": {
"50": {
"hex": "#fffcf5",
"rgb": {
"r": 255,
"g": 252,
"b": 245
}
},
"100": {
"hex": "#fff8ed",
"rgb": {
"r": 255,
"g": 248,
"b": 237
}
},
"200": {
"hex": "#fff0dd",
"rgb": {
"r": 255,
"g": 240,
"b": 221
}
},
"300": {
"hex": "#fee5c7",
"rgb": {
"r": 254,
"g": 229,
"b": 199
}
},
"400": {
"hex": "#fad7ac",
"rgb": {
"r": 250,
"g": 215,
"b": 172
}
},
"500": {
"hex": "#D4853E",
"rgb": {
"r": 212,
"g": 133,
"b": 62
}
},
"600": {
"hex": "#c9a06c",
"rgb": {
"r": 201,
"g": 160,
"b": 108
}
},
"700": {
"hex": "#916f42",
"rgb": {
"r": 145,
"g": 111,
"b": 66
}
},
"800": {
"hex": "#5c421f",
"rgb": {
"r": 92,
"g": 66,
"b": 31
}
},
"900": {
"hex": "#2e1e07",
"rgb": {
"r": 46,
"g": 30,
"b": 7
}
},
"950": {
"hex": "#0a0400",
"rgb": {
"r": 10,
"g": 4,
"b": 0
}
}
}
},
{
"name": "orange",
"harmony": "Palette",
"hex": "#C4813D",
"rgb": {
"r": 196,
"g": 129,
"b": 61
},
"hsl": {
"h": 30,
"s": 53,
"l": 50
},
"value": "#C4813D",
"tonalScale": {
"50": {
"hex": "#fffcf5",
"rgb": {
"r": 255,
"g": 252,
"b": 245
}
},
"100": {
"hex": "#fff8ed",
"rgb": {
"r": 255,
"g": 248,
"b": 237
}
},
"200": {
"hex": "#fef0dd",
"rgb": {
"r": 254,
"g": 240,
"b": 221
}
},
"300": {
"hex": "#fae5c7",
"rgb": {
"r": 250,
"g": 229,
"b": 199
}
},
"400": {
"hex": "#f4d6ac",
"rgb": {
"r": 244,
"g": 214,
"b": 172
}
},
"500": {
"hex": "#C4813D",
"rgb": {
"r": 196,
"g": 129,
"b": 61
}
},
"600": {
"hex": "#c29e6c",
"rgb": {
"r": 194,
"g": 158,
"b": 108
}
},
"700": {
"hex": "#8c6e42",
"rgb": {
"r": 140,
"g": 110,
"b": 66
}
},
"800": {
"hex": "#58411f",
"rgb": {
"r": 88,
"g": 65,
"b": 31
}
},
"900": {
"hex": "#2c1d07",
"rgb": {
"r": 44,
"g": 29,
"b": 7
}
},
"950": {
"hex": "#090400",
"rgb": {
"r": 9,
"g": 4,
"b": 0
}
}
}
},
{
"name": "deep-orange",
"harmony": "Palette",
"hex": "#8B5A2B",
"rgb": {
"r": 139,
"g": 90,
"b": 43
},
"hsl": {
"h": 29,
"s": 53,
"l": 36
},
"value": "#8B5A2B",
"tonalScale": {
"50": {
"hex": "#fffbf5",
"rgb": {
"r": 255,
"g": 251,
"b": 245
}
},
"100": {
"hex": "#fcf5eb",
"rgb": {
"r": 252,
"g": 245,
"b": 235
}
},
"200": {
"hex": "#f6e9d9",
"rgb": {
"r": 246,
"g": 233,
"b": 217
}
},
"300": {
"hex": "#edd9c0",
"rgb": {
"r": 237,
"g": 217,
"b": 192
}
},
"400": {
"hex": "#e0c4a0",
"rgb": {
"r": 224,
"g": 196,
"b": 160
}
},
"500": {
"hex": "#8B5A2B",
"rgb": {
"r": 139,
"g": 90,
"b": 43
}
},
"600": {
"hex": "#a6865b",
"rgb": {
"r": 166,
"g": 134,
"b": 91
}
},
"700": {
"hex": "#775c38",
"rgb": {
"r": 119,
"g": 92,
"b": 56
}
},
"800": {
"hex": "#4a3619",
"rgb": {
"r": 74,
"g": 54,
"b": 25
}
},
"900": {
"hex": "#241705",
"rgb": {
"r": 36,
"g": 23,
"b": 5
}
},
"950": {
"hex": "#060300",
"rgb": {
"r": 6,
"g": 3,
"b": 0
}
}
}
},
{
"name": "dark-orange",
"harmony": "Palette",
"hex": "#5C4033",
"rgb": {
"r": 92,
"g": 64,
"b": 51
},
"hsl": {
"h": 19,
"s": 29,
"l": 28
},
"value": "#5C4033",
"tonalScale": {
"50": {
"hex": "#fdfaf8",
"rgb": {
"r": 253,
"g": 250,
"b": 248
}
},
"100": {
"hex": "#f8f2ef",
"rgb": {
"r": 248,
"g": 242,
"b": 239
}
},
"200": {
"hex": "#ede3de",
"rgb": {
"r": 237,
"g": 227,
"b": 222
}
},
"300": {
"hex": "#dfd0c8",
"rgb": {
"r": 223,
"g": 208,
"b": 200
}
},
"400": {
"hex": "#cab6ab",
"rgb": {
"r": 202,
"g": 182,
"b": 171
}
},
"500": {
"hex": "#5C4033",
"rgb": {
"r": 92,
"g": 64,
"b": 51
}
},
"600": {
"hex": "#897266",
"rgb": {
"r": 137,
"g": 114,
"b": 102
}
},
"700": {
"hex": "#614e44",
"rgb": {
"r": 97,
"g": 78,
"b": 68
}
},
"800": {
"hex": "#3c2d25",
"rgb": {
"r": 60,
"g": 45,
"b": 37
}
},
"900": {
"hex": "#1c130d",
"rgb": {
"r": 28,
"g": 19,
"b": 13
}
},
"950": {
"hex": "#040201",
"rgb": {
"r": 4,
"g": 2,
"b": 1
}
}
}
},
{
"name": "dark-cyan",
"harmony": "Palette",
"hex": "#2D4A3E",
"rgb": {
"r": 45,
"g": 74,
"b": 62
},
"hsl": {
"h": 155,
"s": 24,
"l": 23
},
"value": "#2D4A3E",
"tonalScale": {
"50": {
"hex": "#f7fbfa",
"rgb": {
"r": 247,
"g": 251,
"b": 250
}
},
"100": {
"hex": "#eef5f2",
"rgb": {
"r": 238,
"g": 245,
"b": 242
}
},
"200": {
"hex": "#dce7e3",
"rgb": {
"r": 220,
"g": 231,
"b": 227
}
},
"300": {
"hex": "#c5d6cf",
"rgb": {
"r": 197,
"g": 214,
"b": 207
}
},
"400": {
"hex": "#a6beb5",
"rgb": {
"r": 166,
"g": 190,
"b": 181
}
},
"500": {
"hex": "#2D4A3E",
"rgb": {
"r": 45,
"g": 74,
"b": 62
}
},
"600": {
"hex": "#607b71",
"rgb": {
"r": 96,
"g": 123,
"b": 113
}
},
"700": {
"hex": "#3f564e",
"rgb": {
"r": 63,
"g": 86,
"b": 78
}
},
"800": {
"hex": "#21342d",
"rgb": {
"r": 33,
"g": 52,
"b": 45
}
},
"900": {
"hex": "#0b1713",
"rgb": {
"r": 11,
"g": 23,
"b": 19
}
},
"950": {
"hex": "#010302",
"rgb": {
"r": 1,
"g": 3,
"b": 2
}
}
}
}
]
Name,Harmony,Hex,RGB,HSL,Value,T50,T100,T200,T300,T400,T500,T600,T700,T800,T900,T950 bright-orange,Palette,#D4853E,"rgb(212, 133, 62)","hsl(28, 64%, 54%)",#D4853E,#fffcf5,#fff8ed,#fff0dd,#fee5c7,#fad7ac,#D4853E,#c9a06c,#916f42,#5c421f,#2e1e07,#0a0400 orange,Palette,#C4813D,"rgb(196, 129, 61)","hsl(30, 53%, 50%)",#C4813D,#fffcf5,#fff8ed,#fef0dd,#fae5c7,#f4d6ac,#C4813D,#c29e6c,#8c6e42,#58411f,#2c1d07,#090400 deep-orange,Palette,#8B5A2B,"rgb(139, 90, 43)","hsl(29, 53%, 36%)",#8B5A2B,#fffbf5,#fcf5eb,#f6e9d9,#edd9c0,#e0c4a0,#8B5A2B,#a6865b,#775c38,#4a3619,#241705,#060300 dark-orange,Palette,#5C4033,"rgb(92, 64, 51)","hsl(19, 29%, 28%)",#5C4033,#fdfaf8,#f8f2ef,#ede3de,#dfd0c8,#cab6ab,#5C4033,#897266,#614e44,#3c2d25,#1c130d,#040201 dark-cyan,Palette,#2D4A3E,"rgb(45, 74, 62)","hsl(155, 24%, 23%)",#2D4A3E,#f7fbfa,#eef5f2,#dce7e3,#c5d6cf,#a6beb5,#2D4A3E,#607b71,#3f564e,#21342d,#0b1713,#010302
GIMP Palette Name: PocketSwiss analogous Columns: 4 # 212 133 62 bright-orange 255 252 245 bright-orange-50 255 248 237 bright-orange-100 255 240 221 bright-orange-200 254 229 199 bright-orange-300 250 215 172 bright-orange-400 212 133 62 bright-orange-500 201 160 108 bright-orange-600 145 111 66 bright-orange-700 92 66 31 bright-orange-800 46 30 7 bright-orange-900 10 4 0 bright-orange-950 196 129 61 orange 255 252 245 orange-50 255 248 237 orange-100 254 240 221 orange-200 250 229 199 orange-300 244 214 172 orange-400 196 129 61 orange-500 194 158 108 orange-600 140 110 66 orange-700 88 65 31 orange-800 44 29 7 orange-900 9 4 0 orange-950 139 90 43 deep-orange 255 251 245 deep-orange-50 252 245 235 deep-orange-100 246 233 217 deep-orange-200 237 217 192 deep-orange-300 224 196 160 deep-orange-400 139 90 43 deep-orange-500 166 134 91 deep-orange-600 119 92 56 deep-orange-700 74 54 25 deep-orange-800 36 23 5 deep-orange-900 6 3 0 deep-orange-950 92 64 51 dark-orange 253 250 248 dark-orange-50 248 242 239 dark-orange-100 237 227 222 dark-orange-200 223 208 200 dark-orange-300 202 182 171 dark-orange-400 92 64 51 dark-orange-500 137 114 102 dark-orange-600 97 78 68 dark-orange-700 60 45 37 dark-orange-800 28 19 13 dark-orange-900 4 2 1 dark-orange-950 45 74 62 dark-cyan 247 251 250 dark-cyan-50 238 245 242 dark-cyan-100 220 231 227 dark-cyan-200 197 214 207 dark-cyan-300 166 190 181 dark-cyan-400 45 74 62 dark-cyan-500 96 123 113 dark-cyan-600 63 86 78 dark-cyan-700 33 52 45 dark-cyan-800 11 23 19 dark-cyan-900 1 3 2 dark-cyan-950
Binary ASE — use Download to save the file.
Binary ACO — use Download to save the file.