Whispers of Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Dawn palette
Whispers of Dawn color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2f3fd;
}
.color-3 {
color: #d6e7fa;
}
.color-4 {
color: #b4deee;
}
.color-5 {
color: #92a5bf;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2f3fd;
--color-3: #d6e7fa;
--color-4: #b4deee;
--color-5: #92a5bf;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2f3fd, #d6e7fa, #b4deee, #92a5bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2f3fd, #d6e7fa, #b4deee, #92a5bf);
}
Similar color palettes
Scroll down to explore 1 White color palette
Whispers of Dawn color palette created on .