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: #f8f7f7;
}
.color-2 {
color: #eceaeb;
}
.color-3 {
color: #f3cab9;
}
.color-4 {
color: #c2cfdb;
}
.color-5 {
color: #f3ac8c;
}
/* CSS Variables */
:root {
--color-1: #f8f7f7;
--color-2: #eceaeb;
--color-3: #f3cab9;
--color-4: #c2cfdb;
--color-5: #f3ac8c;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f7f7, #eceaeb, #f3cab9, #c2cfdb, #f3ac8c);
}
Similar color palettes
Scroll down to explore 6 Pale pink color palettes
Whispers of Dawn color palette created on .