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