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: #f8b9ce;
}
.color-2 {
color: #f4a4c4;
}
.color-3 {
color: #f39b9c;
}
.color-4 {
color: #f2a76e;
}
.color-5 {
color: #f2d79c;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4c4;
--color-3: #f39b9c;
--color-4: #f2a76e;
--color-5: #f2d79c;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4c4, #f39b9c, #f2a76e, #f2d79c);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Whispers of Dawn color palette created on .