Whispers of Autumn Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Autumn Dawn palette

Share this palette to:

Whispers of Autumn Dawn color palette CSS

/* CSS */
.color-1 {
color: #f4eeeb;
}
.color-2 {
color: #e2ad79;
}
.color-3 {
color: #b49fbc;
}
.color-4 {
color: #ad4348;
}
.color-5 {
color: #675889;
}

/* CSS Variables */
:root {
--color-1: #f4eeeb;
--color-2: #e2ad79;
--color-3: #b49fbc;
--color-4: #ad4348;
--color-5: #675889;
}

Whispers of Autumn Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4eeeb, #e2ad79, #b49fbc, #ad4348, #675889);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4eeeb, #e2ad79, #b49fbc, #ad4348, #675889);
}

Similar color palettes

Scroll down to explore 3 Soft pink color palettes

Whispers of Autumn Dawn color palette created on .