← Back to Tools
Design fresh, playful 2026 branding with this papaya palette featuring #F7844F papaya, #FCAF8B peach coral, #FDD9C4 papaya cream, #D35C2B burnt papaya, and #8E3A1D deep papaya rust.
Export
Copy or download this palette as CSS, SCSS, Tailwind config, JSON, CSV, GPL, ASE or ACO.
:root {
--papaya: #F7844F;
--papaya-50: #fffbf7;
--papaya-100: #fff7ef;
--papaya-200: #ffefe1;
--papaya-300: #ffe4ce;
--papaya-400: #ffd6b7;
--papaya-500: #F7844F;
--papaya-600: #d79f7b;
--papaya-700: #9c6d4f;
--papaya-800: #644028;
--papaya-900: #331d0d;
--papaya-950: #0b0401;
--peach-coral: #FCAF8B;
--peach-coral-50: #fffdfa;
--peach-coral-100: #fffaf6;
--peach-coral-200: #fff5ee;
--peach-coral-300: #ffefe3;
--peach-coral-400: #ffe6d5;
--peach-coral-500: #FCAF8B;
--peach-coral-600: #d8b5a2;
--peach-coral-700: #9c7e6e;
--peach-coral-800: #624c40;
--peach-coral-900: #31241c;
--peach-coral-950: #0b0604;
--papaya-cream: #FDD9C4;
--papaya-cream-50: #fffefd;
--papaya-cream-100: #fffdfb;
--papaya-cream-200: #fffbf7;
--papaya-cream-300: #fff8f2;
--papaya-cream-400: #fff4ec;
--papaya-cream-500: #FDD9C4;
--papaya-cream-600: #d7c8bf;
--papaya-cream-700: #9a8d85;
--papaya-cream-800: #5f5650;
--papaya-cream-900: #2f2925;
--papaya-cream-950: #0a0706;
--burnt-papaya: #D35C2B;
--burnt-papaya-50: #fffaf4;
--burnt-papaya-100: #fff4ea;
--burnt-papaya-200: #ffe8d8;
--burnt-papaya-300: #ffd9be;
--burnt-papaya-400: #fec49f;
--burnt-papaya-500: #D35C2B;
--burnt-papaya-600: #c9865a;
--burnt-papaya-700: #935b34;
--burnt-papaya-800: #5e3415;
--burnt-papaya-900: #301502;
--burnt-papaya-950: #0a0200;
--deep-papaya-rust: #8E3A1D;
--deep-papaya-rust-50: #fff9f4;
--deep-papaya-rust-100: #fff1e9;
--deep-papaya-rust-200: #fbe1d4;
--deep-papaya-rust-300: #f3ccb8;
--deep-papaya-rust-400: #e7b194;
--deep-papaya-rust-500: #8E3A1D;
--deep-papaya-rust-600: #a96c4a;
--deep-papaya-rust-700: #7b482b;
--deep-papaya-rust-800: #4e2810;
--deep-papaya-rust-900: #270e02;
--deep-papaya-rust-950: #070100;
}
$papaya: #F7844F; $papaya-50: #fffbf7; $papaya-100: #fff7ef; $papaya-200: #ffefe1; $papaya-300: #ffe4ce; $papaya-400: #ffd6b7; $papaya-500: #F7844F; $papaya-600: #d79f7b; $papaya-700: #9c6d4f; $papaya-800: #644028; $papaya-900: #331d0d; $papaya-950: #0b0401; $peach-coral: #FCAF8B; $peach-coral-50: #fffdfa; $peach-coral-100: #fffaf6; $peach-coral-200: #fff5ee; $peach-coral-300: #ffefe3; $peach-coral-400: #ffe6d5; $peach-coral-500: #FCAF8B; $peach-coral-600: #d8b5a2; $peach-coral-700: #9c7e6e; $peach-coral-800: #624c40; $peach-coral-900: #31241c; $peach-coral-950: #0b0604; $papaya-cream: #FDD9C4; $papaya-cream-50: #fffefd; $papaya-cream-100: #fffdfb; $papaya-cream-200: #fffbf7; $papaya-cream-300: #fff8f2; $papaya-cream-400: #fff4ec; $papaya-cream-500: #FDD9C4; $papaya-cream-600: #d7c8bf; $papaya-cream-700: #9a8d85; $papaya-cream-800: #5f5650; $papaya-cream-900: #2f2925; $papaya-cream-950: #0a0706; $burnt-papaya: #D35C2B; $burnt-papaya-50: #fffaf4; $burnt-papaya-100: #fff4ea; $burnt-papaya-200: #ffe8d8; $burnt-papaya-300: #ffd9be; $burnt-papaya-400: #fec49f; $burnt-papaya-500: #D35C2B; $burnt-papaya-600: #c9865a; $burnt-papaya-700: #935b34; $burnt-papaya-800: #5e3415; $burnt-papaya-900: #301502; $burnt-papaya-950: #0a0200; $deep-papaya-rust: #8E3A1D; $deep-papaya-rust-50: #fff9f4; $deep-papaya-rust-100: #fff1e9; $deep-papaya-rust-200: #fbe1d4; $deep-papaya-rust-300: #f3ccb8; $deep-papaya-rust-400: #e7b194; $deep-papaya-rust-500: #8E3A1D; $deep-papaya-rust-600: #a96c4a; $deep-papaya-rust-700: #7b482b; $deep-papaya-rust-800: #4e2810; $deep-papaya-rust-900: #270e02; $deep-papaya-rust-950: #070100;
colors: {
'papaya': {
50: '#fffbf7',
100: '#fff7ef',
200: '#ffefe1',
300: '#ffe4ce',
400: '#ffd6b7',
500: '#F7844F',
600: '#d79f7b',
700: '#9c6d4f',
800: '#644028',
900: '#331d0d',
950: '#0b0401',
DEFAULT: '#F7844F',
},
'peach-coral': {
50: '#fffdfa',
100: '#fffaf6',
200: '#fff5ee',
300: '#ffefe3',
400: '#ffe6d5',
500: '#FCAF8B',
600: '#d8b5a2',
700: '#9c7e6e',
800: '#624c40',
900: '#31241c',
950: '#0b0604',
DEFAULT: '#FCAF8B',
},
'papaya-cream': {
50: '#fffefd',
100: '#fffdfb',
200: '#fffbf7',
300: '#fff8f2',
400: '#fff4ec',
500: '#FDD9C4',
600: '#d7c8bf',
700: '#9a8d85',
800: '#5f5650',
900: '#2f2925',
950: '#0a0706',
DEFAULT: '#FDD9C4',
},
'burnt-papaya': {
50: '#fffaf4',
100: '#fff4ea',
200: '#ffe8d8',
300: '#ffd9be',
400: '#fec49f',
500: '#D35C2B',
600: '#c9865a',
700: '#935b34',
800: '#5e3415',
900: '#301502',
950: '#0a0200',
DEFAULT: '#D35C2B',
},
'deep-papaya-rust': {
50: '#fff9f4',
100: '#fff1e9',
200: '#fbe1d4',
300: '#f3ccb8',
400: '#e7b194',
500: '#8E3A1D',
600: '#a96c4a',
700: '#7b482b',
800: '#4e2810',
900: '#270e02',
950: '#070100',
DEFAULT: '#8E3A1D',
},
},
[
{
"name": "papaya",
"harmony": "Palette",
"hex": "#F7844F",
"rgb": {
"r": 247,
"g": 132,
"b": 79
},
"hsl": {
"h": 19,
"s": 91,
"l": 64
},
"value": "#F7844F",
"tonalScale": {
"50": {
"hex": "#fffbf7",
"rgb": {
"r": 255,
"g": 251,
"b": 247
}
},
"100": {
"hex": "#fff7ef",
"rgb": {
"r": 255,
"g": 247,
"b": 239
}
},
"200": {
"hex": "#ffefe1",
"rgb": {
"r": 255,
"g": 239,
"b": 225
}
},
"300": {
"hex": "#ffe4ce",
"rgb": {
"r": 255,
"g": 228,
"b": 206
}
},
"400": {
"hex": "#ffd6b7",
"rgb": {
"r": 255,
"g": 214,
"b": 183
}
},
"500": {
"hex": "#F7844F",
"rgb": {
"r": 247,
"g": 132,
"b": 79
}
},
"600": {
"hex": "#d79f7b",
"rgb": {
"r": 215,
"g": 159,
"b": 123
}
},
"700": {
"hex": "#9c6d4f",
"rgb": {
"r": 156,
"g": 109,
"b": 79
}
},
"800": {
"hex": "#644028",
"rgb": {
"r": 100,
"g": 64,
"b": 40
}
},
"900": {
"hex": "#331d0d",
"rgb": {
"r": 51,
"g": 29,
"b": 13
}
},
"950": {
"hex": "#0b0401",
"rgb": {
"r": 11,
"g": 4,
"b": 1
}
}
}
},
{
"name": "peach-coral",
"harmony": "Palette",
"hex": "#FCAF8B",
"rgb": {
"r": 252,
"g": 175,
"b": 139
},
"hsl": {
"h": 19,
"s": 95,
"l": 77
},
"value": "#FCAF8B",
"tonalScale": {
"50": {
"hex": "#fffdfa",
"rgb": {
"r": 255,
"g": 253,
"b": 250
}
},
"100": {
"hex": "#fffaf6",
"rgb": {
"r": 255,
"g": 250,
"b": 246
}
},
"200": {
"hex": "#fff5ee",
"rgb": {
"r": 255,
"g": 245,
"b": 238
}
},
"300": {
"hex": "#ffefe3",
"rgb": {
"r": 255,
"g": 239,
"b": 227
}
},
"400": {
"hex": "#ffe6d5",
"rgb": {
"r": 255,
"g": 230,
"b": 213
}
},
"500": {
"hex": "#FCAF8B",
"rgb": {
"r": 252,
"g": 175,
"b": 139
}
},
"600": {
"hex": "#d8b5a2",
"rgb": {
"r": 216,
"g": 181,
"b": 162
}
},
"700": {
"hex": "#9c7e6e",
"rgb": {
"r": 156,
"g": 126,
"b": 110
}
},
"800": {
"hex": "#624c40",
"rgb": {
"r": 98,
"g": 76,
"b": 64
}
},
"900": {
"hex": "#31241c",
"rgb": {
"r": 49,
"g": 36,
"b": 28
}
},
"950": {
"hex": "#0b0604",
"rgb": {
"r": 11,
"g": 6,
"b": 4
}
}
}
},
{
"name": "papaya-cream",
"harmony": "Palette",
"hex": "#FDD9C4",
"rgb": {
"r": 253,
"g": 217,
"b": 196
},
"hsl": {
"h": 22,
"s": 93,
"l": 88
},
"value": "#FDD9C4",
"tonalScale": {
"50": {
"hex": "#fffefd",
"rgb": {
"r": 255,
"g": 254,
"b": 253
}
},
"100": {
"hex": "#fffdfb",
"rgb": {
"r": 255,
"g": 253,
"b": 251
}
},
"200": {
"hex": "#fffbf7",
"rgb": {
"r": 255,
"g": 251,
"b": 247
}
},
"300": {
"hex": "#fff8f2",
"rgb": {
"r": 255,
"g": 248,
"b": 242
}
},
"400": {
"hex": "#fff4ec",
"rgb": {
"r": 255,
"g": 244,
"b": 236
}
},
"500": {
"hex": "#FDD9C4",
"rgb": {
"r": 253,
"g": 217,
"b": 196
}
},
"600": {
"hex": "#d7c8bf",
"rgb": {
"r": 215,
"g": 200,
"b": 191
}
},
"700": {
"hex": "#9a8d85",
"rgb": {
"r": 154,
"g": 141,
"b": 133
}
},
"800": {
"hex": "#5f5650",
"rgb": {
"r": 95,
"g": 86,
"b": 80
}
},
"900": {
"hex": "#2f2925",
"rgb": {
"r": 47,
"g": 41,
"b": 37
}
},
"950": {
"hex": "#0a0706",
"rgb": {
"r": 10,
"g": 7,
"b": 6
}
}
}
},
{
"name": "burnt-papaya",
"harmony": "Palette",
"hex": "#D35C2B",
"rgb": {
"r": 211,
"g": 92,
"b": 43
},
"hsl": {
"h": 18,
"s": 66,
"l": 50
},
"value": "#D35C2B",
"tonalScale": {
"50": {
"hex": "#fffaf4",
"rgb": {
"r": 255,
"g": 250,
"b": 244
}
},
"100": {
"hex": "#fff4ea",
"rgb": {
"r": 255,
"g": 244,
"b": 234
}
},
"200": {
"hex": "#ffe8d8",
"rgb": {
"r": 255,
"g": 232,
"b": 216
}
},
"300": {
"hex": "#ffd9be",
"rgb": {
"r": 255,
"g": 217,
"b": 190
}
},
"400": {
"hex": "#fec49f",
"rgb": {
"r": 254,
"g": 196,
"b": 159
}
},
"500": {
"hex": "#D35C2B",
"rgb": {
"r": 211,
"g": 92,
"b": 43
}
},
"600": {
"hex": "#c9865a",
"rgb": {
"r": 201,
"g": 134,
"b": 90
}
},
"700": {
"hex": "#935b34",
"rgb": {
"r": 147,
"g": 91,
"b": 52
}
},
"800": {
"hex": "#5e3415",
"rgb": {
"r": 94,
"g": 52,
"b": 21
}
},
"900": {
"hex": "#301502",
"rgb": {
"r": 48,
"g": 21,
"b": 2
}
},
"950": {
"hex": "#0a0200",
"rgb": {
"r": 10,
"g": 2,
"b": 0
}
}
}
},
{
"name": "deep-papaya-rust",
"harmony": "Palette",
"hex": "#8E3A1D",
"rgb": {
"r": 142,
"g": 58,
"b": 29
},
"hsl": {
"h": 15,
"s": 66,
"l": 34
},
"value": "#8E3A1D",
"tonalScale": {
"50": {
"hex": "#fff9f4",
"rgb": {
"r": 255,
"g": 249,
"b": 244
}
},
"100": {
"hex": "#fff1e9",
"rgb": {
"r": 255,
"g": 241,
"b": 233
}
},
"200": {
"hex": "#fbe1d4",
"rgb": {
"r": 251,
"g": 225,
"b": 212
}
},
"300": {
"hex": "#f3ccb8",
"rgb": {
"r": 243,
"g": 204,
"b": 184
}
},
"400": {
"hex": "#e7b194",
"rgb": {
"r": 231,
"g": 177,
"b": 148
}
},
"500": {
"hex": "#8E3A1D",
"rgb": {
"r": 142,
"g": 58,
"b": 29
}
},
"600": {
"hex": "#a96c4a",
"rgb": {
"r": 169,
"g": 108,
"b": 74
}
},
"700": {
"hex": "#7b482b",
"rgb": {
"r": 123,
"g": 72,
"b": 43
}
},
"800": {
"hex": "#4e2810",
"rgb": {
"r": 78,
"g": 40,
"b": 16
}
},
"900": {
"hex": "#270e02",
"rgb": {
"r": 39,
"g": 14,
"b": 2
}
},
"950": {
"hex": "#070100",
"rgb": {
"r": 7,
"g": 1,
"b": 0
}
}
}
}
]
Name,Harmony,Hex,RGB,HSL,Value,T50,T100,T200,T300,T400,T500,T600,T700,T800,T900,T950 papaya,Palette,#F7844F,"rgb(247, 132, 79)","hsl(19, 91%, 64%)",#F7844F,#fffbf7,#fff7ef,#ffefe1,#ffe4ce,#ffd6b7,#F7844F,#d79f7b,#9c6d4f,#644028,#331d0d,#0b0401 peach-coral,Palette,#FCAF8B,"rgb(252, 175, 139)","hsl(19, 95%, 77%)",#FCAF8B,#fffdfa,#fffaf6,#fff5ee,#ffefe3,#ffe6d5,#FCAF8B,#d8b5a2,#9c7e6e,#624c40,#31241c,#0b0604 papaya-cream,Palette,#FDD9C4,"rgb(253, 217, 196)","hsl(22, 93%, 88%)",#FDD9C4,#fffefd,#fffdfb,#fffbf7,#fff8f2,#fff4ec,#FDD9C4,#d7c8bf,#9a8d85,#5f5650,#2f2925,#0a0706 burnt-papaya,Palette,#D35C2B,"rgb(211, 92, 43)","hsl(18, 66%, 50%)",#D35C2B,#fffaf4,#fff4ea,#ffe8d8,#ffd9be,#fec49f,#D35C2B,#c9865a,#935b34,#5e3415,#301502,#0a0200 deep-papaya-rust,Palette,#8E3A1D,"rgb(142, 58, 29)","hsl(15, 66%, 34%)",#8E3A1D,#fff9f4,#fff1e9,#fbe1d4,#f3ccb8,#e7b194,#8E3A1D,#a96c4a,#7b482b,#4e2810,#270e02,#070100
GIMP Palette Name: PocketSwiss analogous Columns: 4 # 247 132 79 papaya 255 251 247 papaya-50 255 247 239 papaya-100 255 239 225 papaya-200 255 228 206 papaya-300 255 214 183 papaya-400 247 132 79 papaya-500 215 159 123 papaya-600 156 109 79 papaya-700 100 64 40 papaya-800 51 29 13 papaya-900 11 4 1 papaya-950 252 175 139 peach-coral 255 253 250 peach-coral-50 255 250 246 peach-coral-100 255 245 238 peach-coral-200 255 239 227 peach-coral-300 255 230 213 peach-coral-400 252 175 139 peach-coral-500 216 181 162 peach-coral-600 156 126 110 peach-coral-700 98 76 64 peach-coral-800 49 36 28 peach-coral-900 11 6 4 peach-coral-950 253 217 196 papaya-cream 255 254 253 papaya-cream-50 255 253 251 papaya-cream-100 255 251 247 papaya-cream-200 255 248 242 papaya-cream-300 255 244 236 papaya-cream-400 253 217 196 papaya-cream-500 215 200 191 papaya-cream-600 154 141 133 papaya-cream-700 95 86 80 papaya-cream-800 47 41 37 papaya-cream-900 10 7 6 papaya-cream-950 211 92 43 burnt-papaya 255 250 244 burnt-papaya-50 255 244 234 burnt-papaya-100 255 232 216 burnt-papaya-200 255 217 190 burnt-papaya-300 254 196 159 burnt-papaya-400 211 92 43 burnt-papaya-500 201 134 90 burnt-papaya-600 147 91 52 burnt-papaya-700 94 52 21 burnt-papaya-800 48 21 2 burnt-papaya-900 10 2 0 burnt-papaya-950 142 58 29 deep-papaya-rust 255 249 244 deep-papaya-rust-50 255 241 233 deep-papaya-rust-100 251 225 212 deep-papaya-rust-200 243 204 184 deep-papaya-rust-300 231 177 148 deep-papaya-rust-400 142 58 29 deep-papaya-rust-500 169 108 74 deep-papaya-rust-600 123 72 43 deep-papaya-rust-700 78 40 16 deep-papaya-rust-800 39 14 2 deep-papaya-rust-900 7 1 0 deep-papaya-rust-950
Binary ASE — use Download to save the file.
Binary ACO — use Download to save the file.