Yellow & Red, Orange Color Palette
:root {
--color-1: #F5767D;
--color-2: #F58456;
--color-3: #F5B98B;
--color-4: #F5F516;
}
colors: {
'palette-1': '#F5767D',
'palette-2': '#F58456',
'palette-3': '#F5B98B',
'palette-4': '#F5F516',
}
const palette = [
'#F5767D',
'#F58456',
'#F5B98B',
'#F5F516',
];
$color-1: #F5767D;
$color-2: #F58456;
$color-3: #F5B98B;
$color-4: #F5F516;
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 (#F5F516) and reads as well balanced in lightness, with an average saturation of 88% and lightness of 66%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #F5767D
rgb(245, 118, 125) · hsl(357, 86%, 71%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #F58456
rgb(245, 132, 86) · hsl(17, 89%, 65%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #F5B98B
rgb(245, 185, 139) · hsl(26, 84%, 75%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #F5F516
rgb(245, 245, 22) · hsl(60, 92%, 52%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
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 |
|---|---|---|---|---|
| #F5767D | #F5F516 | 2.31:1 | Fail | Fail |
| #F58456 | #F5F516 | 2.16:1 | Fail | Fail |
| #F5767D | #F5B98B | 1.57:1 | Fail | Fail |
| #F58456 | #F5B98B | 1.47:1 | Fail | Fail |
| #F5B98B | #F5F516 | 1.47:1 | Fail | Fail |
| #F5767D | #F58456 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Orange (#F5B98B): the lightest tone — a clean base for large areas
- Text — Yellow (#F5F516): the darkest tone — readable for body copy and headings
- Primary — Yellow (#F5F516): the most saturated tone — buttons, links and key UI
- Accent — Orange (#F58456): 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 (#F5767D), Orange (#F58456), Orange (#F5B98B) and Yellow (#F5F516).
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 #F5767D, #F58456, #F5B98B and #F5F516. 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.