Yellow & Red, Orange Color Palette
:root {
--color-1: #DE4C22;
--color-2: #EB7C14;
--color-3: #CE940A;
--color-4: #C4D2CB;
}
colors: {
'palette-1': '#DE4C22',
'palette-2': '#EB7C14',
'palette-3': '#CE940A',
'palette-4': '#C4D2CB',
}
const palette = [
'#DE4C22',
'#EB7C14',
'#CE940A',
'#C4D2CB',
];
$color-1: #DE4C22;
$color-2: #EB7C14;
$color-3: #CE940A;
$color-4: #C4D2CB;
This is a warm, high-energy 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a warm, high-energy 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Yellow (#CE940A) and reads as well balanced in lightness, with an average saturation of 66% and lightness of 56%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Red #DE4C22
rgb(222, 76, 34) · hsl(13, 74%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Orange #EB7C14
rgb(235, 124, 20) · hsl(29, 84%, 50%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Yellow #CE940A
rgb(206, 148, 10) · hsl(42, 91%, 42%)
A vivid, saturated tone that draws the eye — best for accents and highlights.
Light Green #C4D2CB
rgb(196, 210, 203) · hsl(150, 13%, 80%)
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 |
|---|---|---|---|---|
| #DE4C22 | #C4D2CB | 2.6:1 | Fail | Fail |
| #EB7C14 | #C4D2CB | 1.81:1 | Fail | Fail |
| #CE940A | #C4D2CB | 1.71:1 | Fail | Fail |
| #DE4C22 | #CE940A | 1.52:1 | Fail | Fail |
| #DE4C22 | #EB7C14 | 1.44:1 | Fail | Fail |
| #EB7C14 | #CE940A | 1.06:1 | Fail | Fail |
How to use these colors
- Background — Light Green (#C4D2CB): the lightest tone — a clean base for large areas
- Text — Yellow (#CE940A): the darkest tone — readable for body copy and headings
- Primary — Yellow (#CE940A): the most saturated tone — buttons, links and key UI
- Accent — Orange (#EB7C14): 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 (#DE4C22), Orange (#EB7C14), Yellow (#CE940A) and Light Green (#C4D2CB).
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 #DE4C22, #EB7C14, #CE940A and #C4D2CB. 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.