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: #fcfcfc;
}
.color-3 {
color: #faf8f5;
}
.color-4 {
color: #e8e8e9;
}
.color-5 {
color: #c7ac60;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfc;
--color-3: #faf8f5;
--color-4: #e8e8e9;
--color-5: #c7ac60;
}
Whispers of Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfc, #faf8f5, #e8e8e9, #c7ac60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfc, #faf8f5, #e8e8e9, #c7ac60);
}
Similar color palettes
Scroll down to explore 8 White color palettes
Whispers of Dawn color palette created on .