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