Light Orange & Light Yellow, Light Pink Color Palette
:root {
--color-1: #DDDDB4;
--color-2: #F5B099;
--color-3: #F5C5F1;
--color-4: #95AFD3;
}
colors: {
'palette-1': '#DDDDB4',
'palette-2': '#F5B099',
'palette-3': '#F5C5F1',
'palette-4': '#95AFD3',
}
const palette = [
'#DDDDB4',
'#F5B099',
'#F5C5F1',
'#95AFD3',
];
$color-1: #DDDDB4;
$color-2: #F5B099;
$color-3: #F5C5F1;
$color-4: #95AFD3;
This is a warm, versatile 4-colour palette mixing related and contrasting tones for a natural feel.
About this color palette
This is a warm, versatile 4-colour palette mixing related and contrasting tones for a natural feel. It is anchored by Light Orange (#F5B099) and reads as bright and open, with an average saturation of 58% and lightness of 78%. It suits energetic, friendly and lifestyle-oriented designs.
The colors in this palette
Light Yellow #DDDDB4
rgb(221, 221, 180) · hsl(60, 38%, 79%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Orange #F5B099
rgb(245, 176, 153) · hsl(15, 82%, 78%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F5C5F1
rgb(245, 197, 241) · hsl(305, 71%, 87%)
A light, airy tone — ideal for backgrounds and subtle fills.
Blue #95AFD3
rgb(149, 175, 211) · hsl(215, 41%, 71%)
A balanced mid-tone that works well for primary surfaces and UI elements.
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 |
|---|---|---|---|---|
| #DDDDB4 | #95AFD3 | 1.61:1 | Fail | Fail |
| #F5C5F1 | #95AFD3 | 1.51:1 | Fail | Fail |
| #DDDDB4 | #F5B099 | 1.3:1 | Fail | Fail |
| #F5B099 | #95AFD3 | 1.24:1 | Fail | Fail |
| #F5B099 | #F5C5F1 | 1.22:1 | Fail | Fail |
| #DDDDB4 | #F5C5F1 | 1.07:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F5C5F1): the lightest tone — a clean base for large areas
- Text — Blue (#95AFD3): the darkest tone — readable for body copy and headings
- Primary — Light Orange (#F5B099): the most saturated tone — buttons, links and key UI
- Accent — Blue (#95AFD3): 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 Light Orange 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: Light Yellow (#DDDDB4), Light Orange (#F5B099), Light Pink (#F5C5F1) and Blue (#95AFD3).
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 #DDDDB4, #F5B099, #F5C5F1 and #95AFD3. 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.