Whispers of Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Dawn palette

Share this palette to:

Whispers of Dawn color palette CSS

/* CSS */
.color-1 {
color: #e3d6ff;
}
.color-2 {
color: #b19fdf;
}
.color-3 {
color: #8c6aaf;
}
.color-4 {
color: #b57d8d;
}
.color-5 {
color: #f19dbc;
}

/* CSS Variables */
:root {
--color-1: #e3d6ff;
--color-2: #b19fdf;
--color-3: #8c6aaf;
--color-4: #b57d8d;
--color-5: #f19dbc;
}

Whispers of Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6ff, #b19fdf, #8c6aaf, #b57d8d, #f19dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6ff, #b19fdf, #8c6aaf, #b57d8d, #f19dbc);
}

Whispers of Dawn color palette created on .