Whispers of Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
Image Gallery

Whispers of Dawn color palette CSS
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e1dbdb;
}
.color-3 {
color: #eab3ca;
}
.color-4 {
color: #eec944;
}
.color-5 {
color: #c6c2be;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e1dbdb;
--color-3: #eab3ca;
--color-4: #eec944;
--color-5: #c6c2be;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e1dbdb, #eab3ca, #eec944, #c6c2be);
}
Similar color palettes
Whispers of Dawn color palette created on .