Celestial Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dawn palette
Celestial Dawn color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e6b400;
}
.color-3 {
color: #f5d400;
}
.color-4 {
color: #b8e4a0;
}
.color-5 {
color: #88c7e2;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e6b400;
--color-3: #f5d400;
--color-4: #b8e4a0;
--color-5: #88c7e2;
}
Celestial Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e6b400, #f5d400, #b8e4a0, #88c7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e6b400, #f5d400, #b8e4a0, #88c7e2);
}
Similar color palettes
Celestial Dawn color palette created on .