Light Pink & Orange, Light Teal Color Palette
:root {
--color-1: #E4CAA0;
--color-2: #CFEEF2;
--color-3: #DCD2EF;
--color-4: #F7CFE7;
}
colors: {
'palette-1': '#E4CAA0',
'palette-2': '#CFEEF2',
'palette-3': '#DCD2EF',
'palette-4': '#F7CFE7',
}
const palette = [
'#E4CAA0',
'#CFEEF2',
'#DCD2EF',
'#F7CFE7',
];
$color-1: #E4CAA0;
$color-2: #CFEEF2;
$color-3: #DCD2EF;
$color-4: #F7CFE7;
This is a balanced, bold 4-colour palette built from closely related tones that blend harmoniously.
About this color palette
This is a balanced, bold 4-colour palette built from closely related tones that blend harmoniously. It is anchored by Light Pink (#F7CFE7) and reads as bright and open, with an average saturation of 58% and lightness of 85%. It adapts to a wide range of web and brand projects.
The colors in this palette
Orange #E4CAA0
rgb(228, 202, 160) · hsl(37, 56%, 76%)
A balanced mid-tone that works well for primary surfaces and UI elements.
Light Teal #CFEEF2
rgb(207, 238, 242) · hsl(187, 57%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Violet #DCD2EF
rgb(220, 210, 239) · hsl(261, 48%, 88%)
A light, airy tone — ideal for backgrounds and subtle fills.
Light Pink #F7CFE7
rgb(247, 207, 231) · hsl(324, 71%, 89%)
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 |
|---|---|---|---|---|
| #E4CAA0 | #CFEEF2 | 1.3:1 | Fail | Fail |
| #CFEEF2 | #DCD2EF | 1.18:1 | Fail | Fail |
| #CFEEF2 | #F7CFE7 | 1.14:1 | Fail | Fail |
| #E4CAA0 | #F7CFE7 | 1.13:1 | Fail | Fail |
| #E4CAA0 | #DCD2EF | 1.09:1 | Fail | Fail |
| #DCD2EF | #F7CFE7 | 1.04:1 | Fail | Fail |
How to use these colors
- Background — Light Pink (#F7CFE7): the lightest tone — a clean base for large areas
- Text — Orange (#E4CAA0): the darkest tone — readable for body copy and headings
- Primary — Light Teal (#CFEEF2): the most saturated tone — buttons, links and key UI
- Accent — Orange (#E4CAA0): 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 Pink 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: Orange (#E4CAA0), Light Teal (#CFEEF2), Light Violet (#DCD2EF) and Light Pink (#F7CFE7).
Is this a warm or cool colour palette?
It is balanced, mixing warm and cool tones fairly evenly.
What are the hex codes for this palette?
The hex codes are #E4CAA0, #CFEEF2, #DCD2EF and #F7CFE7. 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.