Yellow & Red, Orange Color Palette
:root {
--color-1: #F57663;
--color-2: #F59C40;
--color-3: #F0BF0A;
--color-4: #F5F5F5;
}
colors: {
'palette-1': '#F57663',
'palette-2': '#F59C40',
'palette-3': '#F0BF0A',
'palette-4': '#F5F5F5',
}
const palette = [
'#F57663',
'#F59C40',
'#F0BF0A',
'#F5F5F5',
];
$color-1: #F57663;
$color-2: #F59C40;
$color-3: #F0BF0A;
$color-4: #F5F5F5;
This is a warm, vibrant 4-colour palette with a comfortable balance of contrast and harmony.
About this color palette
This is a warm, vibrant 4-colour palette with a comfortable balance of contrast and harmony. It is anchored by Yellow (#F0BF0A) and reads as bright and open, with an average saturation of 68% and lightness of 68%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #F57663
rgb(245, 118, 99) · hsl(8, 88%, 67%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #F59C40
rgb(245, 156, 64) · hsl(30, 90%, 61%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #F0BF0A
rgb(240, 191, 10) · hsl(47, 92%, 49%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
White #F5F5F5
rgb(245, 245, 245) · hsl(0, 0%, 96%)
A light, airy tone — ideal for backgrounds and subtle fills.
Accessibility & contrast
Colour contrast decides whether text stays readable. Here is how each pair of colours in this palette performs when one is used as text on the other, measured against the WCAG standard (AA needs 4.5:1, AAA needs 7:1).
| Text | Background | Ratio | AA | AAA |
|---|---|---|---|---|
| #F57663 | #F5F5F5 | 2.52:1 | Fail | Fail |
| #F59C40 | #F5F5F5 | 1.98:1 | Fail | Fail |
| #F57663 | #F0BF0A | 1.59:1 | Fail | Fail |
| #F0BF0A | #F5F5F5 | 1.58:1 | Fail | Fail |
| #F57663 | #F59C40 | 1.27:1 | Fail | Fail |
| #F59C40 | #F0BF0A | 1.25:1 | Fail | Fail |
How to use these colors
- Background — White (#F5F5F5): the lightest tone — a clean base for large areas
- Text — Yellow (#F0BF0A): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F0BF0A): the most saturated tone — buttons, links and key UI
- Accent — Orange (#F59C40): a secondary highlight for badges and details
Colors that pair with this palette
Want to extend this palette? These colours pair naturally with its dominant Yellow tone, based on colour-wheel harmony. Tap a swatch to explore that colour family.
Frequently asked questions
What colours are in this palette?
This palette has 4 colours: Red (#F57663), Orange (#F59C40), Yellow (#F0BF0A) and White (#F5F5F5).
Is this a warm or cool colour palette?
It is a warm palette — its tones lean toward reds, oranges and yellows, which feel energetic and inviting.
What are the hex codes for this palette?
The hex codes are #F57663, #F59C40, #F0BF0A and #F5F5F5. You can copy them as CSS variables, Tailwind, SCSS or JSON from the code panel above.
Is this palette accessible for text?
The colours are fairly close in contrast, so pair them carefully for text — put a very light or very dark colour behind body text, and check the contrast table above.