Chill Dawn Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chill Dawn Hues palette
Chill Dawn Hues color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb7e3;
}
.color-3 {
color: #77d2e9;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb7e3;
--color-3: #77d2e9;
--color-4: #f4a462;
--color-5: #e76e50;
}
Chill Dawn Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb7e3, #77d2e9, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb7e3, #77d2e9, #f4a462, #e76e50);
}
Similar color palettes
Chill Dawn Hues color palette created on .