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