← Back to Tools
Create elegant holiday event designs with this burgundy and blush palette featuring #800020 deep burgundy, #F2C4C4 soft blush, #722F37 wine red, and #E8D0D0 pale blush.
Export
Copy or download this palette as CSS, SCSS, Tailwind config, JSON, CSV, GPL, ASE or ACO.
:root {
--deep-burgundy: #800020;
--deep-burgundy-50: #fff2f8;
--deep-burgundy-100: #ffe4ee;
--deep-burgundy-200: #ffc8da;
--deep-burgundy-300: #ffa3c0;
--deep-burgundy-400: #f0709e;
--deep-burgundy-500: #800020;
--deep-burgundy-600: #a30052;
--deep-burgundy-700: #790037;
--deep-burgundy-800: #4f001e;
--deep-burgundy-900: #28000b;
--deep-burgundy-950: #080001;
--soft-blush: #F2C4C4;
--soft-blush-50: #fffdfd;
--soft-blush-100: #fffcfc;
--soft-blush-200: #fff8f8;
--soft-blush-300: #fff3f3;
--soft-blush-400: #ffeded;
--soft-blush-500: #F2C4C4;
--soft-blush-600: #d3bfbf;
--soft-blush-700: #978686;
--soft-blush-800: #5e5151;
--soft-blush-900: #2f2727;
--soft-blush-950: #0a0707;
--wine-red: #722F37;
--wine-red-50: #fff8f9;
--wine-red-100: #fdeff1;
--wine-red-200: #f5dee0;
--wine-red-300: #ebc7cb;
--wine-red-400: #daa8af;
--wine-red-500: #722F37;
--wine-red-600: #98626a;
--wine-red-700: #6e4148;
--wine-red-800: #452329;
--wine-red-900: #220c10;
--wine-red-950: #060102;
--pale-blush: #E8D0D0;
--pale-blush-50: #fffefe;
--pale-blush-100: #fffcfc;
--pale-blush-200: #fefafa;
--pale-blush-300: #fdf6f6;
--pale-blush-400: #faf1f1;
--pale-blush-500: #E8D0D0;
--pale-blush-600: #cfc4c4;
--pale-blush-700: #938a8a;
--pale-blush-800: #5b5454;
--pale-blush-900: #2d2828;
--pale-blush-950: #090707;
}
$deep-burgundy: #800020; $deep-burgundy-50: #fff2f8; $deep-burgundy-100: #ffe4ee; $deep-burgundy-200: #ffc8da; $deep-burgundy-300: #ffa3c0; $deep-burgundy-400: #f0709e; $deep-burgundy-500: #800020; $deep-burgundy-600: #a30052; $deep-burgundy-700: #790037; $deep-burgundy-800: #4f001e; $deep-burgundy-900: #28000b; $deep-burgundy-950: #080001; $soft-blush: #F2C4C4; $soft-blush-50: #fffdfd; $soft-blush-100: #fffcfc; $soft-blush-200: #fff8f8; $soft-blush-300: #fff3f3; $soft-blush-400: #ffeded; $soft-blush-500: #F2C4C4; $soft-blush-600: #d3bfbf; $soft-blush-700: #978686; $soft-blush-800: #5e5151; $soft-blush-900: #2f2727; $soft-blush-950: #0a0707; $wine-red: #722F37; $wine-red-50: #fff8f9; $wine-red-100: #fdeff1; $wine-red-200: #f5dee0; $wine-red-300: #ebc7cb; $wine-red-400: #daa8af; $wine-red-500: #722F37; $wine-red-600: #98626a; $wine-red-700: #6e4148; $wine-red-800: #452329; $wine-red-900: #220c10; $wine-red-950: #060102; $pale-blush: #E8D0D0; $pale-blush-50: #fffefe; $pale-blush-100: #fffcfc; $pale-blush-200: #fefafa; $pale-blush-300: #fdf6f6; $pale-blush-400: #faf1f1; $pale-blush-500: #E8D0D0; $pale-blush-600: #cfc4c4; $pale-blush-700: #938a8a; $pale-blush-800: #5b5454; $pale-blush-900: #2d2828; $pale-blush-950: #090707;
colors: {
'deep-burgundy': {
50: '#fff2f8',
100: '#ffe4ee',
200: '#ffc8da',
300: '#ffa3c0',
400: '#f0709e',
500: '#800020',
600: '#a30052',
700: '#790037',
800: '#4f001e',
900: '#28000b',
950: '#080001',
DEFAULT: '#800020',
},
'soft-blush': {
50: '#fffdfd',
100: '#fffcfc',
200: '#fff8f8',
300: '#fff3f3',
400: '#ffeded',
500: '#F2C4C4',
600: '#d3bfbf',
700: '#978686',
800: '#5e5151',
900: '#2f2727',
950: '#0a0707',
DEFAULT: '#F2C4C4',
},
'wine-red': {
50: '#fff8f9',
100: '#fdeff1',
200: '#f5dee0',
300: '#ebc7cb',
400: '#daa8af',
500: '#722F37',
600: '#98626a',
700: '#6e4148',
800: '#452329',
900: '#220c10',
950: '#060102',
DEFAULT: '#722F37',
},
'pale-blush': {
50: '#fffefe',
100: '#fffcfc',
200: '#fefafa',
300: '#fdf6f6',
400: '#faf1f1',
500: '#E8D0D0',
600: '#cfc4c4',
700: '#938a8a',
800: '#5b5454',
900: '#2d2828',
950: '#090707',
DEFAULT: '#E8D0D0',
},
},
[
{
"name": "deep-burgundy",
"harmony": "Palette",
"hex": "#800020",
"rgb": {
"r": 128,
"g": 0,
"b": 32
},
"hsl": {
"h": 345,
"s": 100,
"l": 25
},
"value": "#800020",
"tonalScale": {
"50": {
"hex": "#fff2f8",
"rgb": {
"r": 255,
"g": 242,
"b": 248
}
},
"100": {
"hex": "#ffe4ee",
"rgb": {
"r": 255,
"g": 228,
"b": 238
}
},
"200": {
"hex": "#ffc8da",
"rgb": {
"r": 255,
"g": 200,
"b": 218
}
},
"300": {
"hex": "#ffa3c0",
"rgb": {
"r": 255,
"g": 163,
"b": 192
}
},
"400": {
"hex": "#f0709e",
"rgb": {
"r": 240,
"g": 112,
"b": 158
}
},
"500": {
"hex": "#800020",
"rgb": {
"r": 128,
"g": 0,
"b": 32
}
},
"600": {
"hex": "#a30052",
"rgb": {
"r": 163,
"g": 0,
"b": 82
}
},
"700": {
"hex": "#790037",
"rgb": {
"r": 121,
"g": 0,
"b": 55
}
},
"800": {
"hex": "#4f001e",
"rgb": {
"r": 79,
"g": 0,
"b": 30
}
},
"900": {
"hex": "#28000b",
"rgb": {
"r": 40,
"g": 0,
"b": 11
}
},
"950": {
"hex": "#080001",
"rgb": {
"r": 8,
"g": 0,
"b": 1
}
}
}
},
{
"name": "soft-blush",
"harmony": "Palette",
"hex": "#F2C4C4",
"rgb": {
"r": 242,
"g": 196,
"b": 196
},
"hsl": {
"h": 0,
"s": 64,
"l": 86
},
"value": "#F2C4C4",
"tonalScale": {
"50": {
"hex": "#fffdfd",
"rgb": {
"r": 255,
"g": 253,
"b": 253
}
},
"100": {
"hex": "#fffcfc",
"rgb": {
"r": 255,
"g": 252,
"b": 252
}
},
"200": {
"hex": "#fff8f8",
"rgb": {
"r": 255,
"g": 248,
"b": 248
}
},
"300": {
"hex": "#fff3f3",
"rgb": {
"r": 255,
"g": 243,
"b": 243
}
},
"400": {
"hex": "#ffeded",
"rgb": {
"r": 255,
"g": 237,
"b": 237
}
},
"500": {
"hex": "#F2C4C4",
"rgb": {
"r": 242,
"g": 196,
"b": 196
}
},
"600": {
"hex": "#d3bfbf",
"rgb": {
"r": 211,
"g": 191,
"b": 191
}
},
"700": {
"hex": "#978686",
"rgb": {
"r": 151,
"g": 134,
"b": 134
}
},
"800": {
"hex": "#5e5151",
"rgb": {
"r": 94,
"g": 81,
"b": 81
}
},
"900": {
"hex": "#2f2727",
"rgb": {
"r": 47,
"g": 39,
"b": 39
}
},
"950": {
"hex": "#0a0707",
"rgb": {
"r": 10,
"g": 7,
"b": 7
}
}
}
},
{
"name": "wine-red",
"harmony": "Palette",
"hex": "#722F37",
"rgb": {
"r": 114,
"g": 47,
"b": 55
},
"hsl": {
"h": 353,
"s": 42,
"l": 32
},
"value": "#722F37",
"tonalScale": {
"50": {
"hex": "#fff8f9",
"rgb": {
"r": 255,
"g": 248,
"b": 249
}
},
"100": {
"hex": "#fdeff1",
"rgb": {
"r": 253,
"g": 239,
"b": 241
}
},
"200": {
"hex": "#f5dee0",
"rgb": {
"r": 245,
"g": 222,
"b": 224
}
},
"300": {
"hex": "#ebc7cb",
"rgb": {
"r": 235,
"g": 199,
"b": 203
}
},
"400": {
"hex": "#daa8af",
"rgb": {
"r": 218,
"g": 168,
"b": 175
}
},
"500": {
"hex": "#722F37",
"rgb": {
"r": 114,
"g": 47,
"b": 55
}
},
"600": {
"hex": "#98626a",
"rgb": {
"r": 152,
"g": 98,
"b": 106
}
},
"700": {
"hex": "#6e4148",
"rgb": {
"r": 110,
"g": 65,
"b": 72
}
},
"800": {
"hex": "#452329",
"rgb": {
"r": 69,
"g": 35,
"b": 41
}
},
"900": {
"hex": "#220c10",
"rgb": {
"r": 34,
"g": 12,
"b": 16
}
},
"950": {
"hex": "#060102",
"rgb": {
"r": 6,
"g": 1,
"b": 2
}
}
}
},
{
"name": "pale-blush",
"harmony": "Palette",
"hex": "#E8D0D0",
"rgb": {
"r": 232,
"g": 208,
"b": 208
},
"hsl": {
"h": 0,
"s": 34,
"l": 86
},
"value": "#E8D0D0",
"tonalScale": {
"50": {
"hex": "#fffefe",
"rgb": {
"r": 255,
"g": 254,
"b": 254
}
},
"100": {
"hex": "#fffcfc",
"rgb": {
"r": 255,
"g": 252,
"b": 252
}
},
"200": {
"hex": "#fefafa",
"rgb": {
"r": 254,
"g": 250,
"b": 250
}
},
"300": {
"hex": "#fdf6f6",
"rgb": {
"r": 253,
"g": 246,
"b": 246
}
},
"400": {
"hex": "#faf1f1",
"rgb": {
"r": 250,
"g": 241,
"b": 241
}
},
"500": {
"hex": "#E8D0D0",
"rgb": {
"r": 232,
"g": 208,
"b": 208
}
},
"600": {
"hex": "#cfc4c4",
"rgb": {
"r": 207,
"g": 196,
"b": 196
}
},
"700": {
"hex": "#938a8a",
"rgb": {
"r": 147,
"g": 138,
"b": 138
}
},
"800": {
"hex": "#5b5454",
"rgb": {
"r": 91,
"g": 84,
"b": 84
}
},
"900": {
"hex": "#2d2828",
"rgb": {
"r": 45,
"g": 40,
"b": 40
}
},
"950": {
"hex": "#090707",
"rgb": {
"r": 9,
"g": 7,
"b": 7
}
}
}
}
]
Name,Harmony,Hex,RGB,HSL,Value,T50,T100,T200,T300,T400,T500,T600,T700,T800,T900,T950 deep-burgundy,Palette,#800020,"rgb(128, 0, 32)","hsl(345, 100%, 25%)",#800020,#fff2f8,#ffe4ee,#ffc8da,#ffa3c0,#f0709e,#800020,#a30052,#790037,#4f001e,#28000b,#080001 soft-blush,Palette,#F2C4C4,"rgb(242, 196, 196)","hsl(0, 64%, 86%)",#F2C4C4,#fffdfd,#fffcfc,#fff8f8,#fff3f3,#ffeded,#F2C4C4,#d3bfbf,#978686,#5e5151,#2f2727,#0a0707 wine-red,Palette,#722F37,"rgb(114, 47, 55)","hsl(353, 42%, 32%)",#722F37,#fff8f9,#fdeff1,#f5dee0,#ebc7cb,#daa8af,#722F37,#98626a,#6e4148,#452329,#220c10,#060102 pale-blush,Palette,#E8D0D0,"rgb(232, 208, 208)","hsl(0, 34%, 86%)",#E8D0D0,#fffefe,#fffcfc,#fefafa,#fdf6f6,#faf1f1,#E8D0D0,#cfc4c4,#938a8a,#5b5454,#2d2828,#090707
GIMP Palette Name: PocketSwiss analogous Columns: 4 # 128 0 32 deep-burgundy 255 242 248 deep-burgundy-50 255 228 238 deep-burgundy-100 255 200 218 deep-burgundy-200 255 163 192 deep-burgundy-300 240 112 158 deep-burgundy-400 128 0 32 deep-burgundy-500 163 0 82 deep-burgundy-600 121 0 55 deep-burgundy-700 79 0 30 deep-burgundy-800 40 0 11 deep-burgundy-900 8 0 1 deep-burgundy-950 242 196 196 soft-blush 255 253 253 soft-blush-50 255 252 252 soft-blush-100 255 248 248 soft-blush-200 255 243 243 soft-blush-300 255 237 237 soft-blush-400 242 196 196 soft-blush-500 211 191 191 soft-blush-600 151 134 134 soft-blush-700 94 81 81 soft-blush-800 47 39 39 soft-blush-900 10 7 7 soft-blush-950 114 47 55 wine-red 255 248 249 wine-red-50 253 239 241 wine-red-100 245 222 224 wine-red-200 235 199 203 wine-red-300 218 168 175 wine-red-400 114 47 55 wine-red-500 152 98 106 wine-red-600 110 65 72 wine-red-700 69 35 41 wine-red-800 34 12 16 wine-red-900 6 1 2 wine-red-950 232 208 208 pale-blush 255 254 254 pale-blush-50 255 252 252 pale-blush-100 254 250 250 pale-blush-200 253 246 246 pale-blush-300 250 241 241 pale-blush-400 232 208 208 pale-blush-500 207 196 196 pale-blush-600 147 138 138 pale-blush-700 91 84 84 pale-blush-800 45 40 40 pale-blush-900 9 7 7 pale-blush-950
Binary ASE — use Download to save the file.
Binary ACO — use Download to save the file.