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: #a3c7e0;
}
.color-2 {
color: #b9e1e4;
}
.color-3 {
color: #d4f2d6;
}
.color-4 {
color: #f8e2b9;
}
.color-5 {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9e1e4;
--color-3: #d4f2d6;
--color-4: #f8e2b9;
--color-5: #f2a6a6;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9e1e4, #d4f2d6, #f8e2b9, #f2a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9e1e4, #d4f2d6, #f8e2b9, #f2a6a6);
}
Similar color palettes
Whispers of Dawn color palette created on .