Celestial Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dawn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Dawn Color Palette (PNG)
Celestial Dawn color palette CSS
/* CSS */
.color-1 {
color: #b3c2d5;
}
.color-2 {
color: #e6a3d2;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f9b14e;
}
.color-5 {
color: #f27c21;
}
/* CSS Variables */
:root {
--color-1: #b3c2d5;
--color-2: #e6a3d2;
--color-3: #f9c54e;
--color-4: #f9b14e;
--color-5: #f27c21;
}
Celestial Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c2d5, #e6a3d2, #f9c54e, #f9b14e, #f27c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c2d5, #e6a3d2, #f9c54e, #f9b14e, #f27c21);
}
Similar color palettes
Celestial Dawn color palette created on .