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: #4b7d91;
}
.color-2 {
color: #7ab7b8;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #f4c8c8;
}
.color-5 {
color: #f46966;
}
/* CSS Variables */
:root {
--color-1: #4b7d91;
--color-2: #7ab7b8;
--color-3: #a3d6e0;
--color-4: #f4c8c8;
--color-5: #f46966;
}
Celestial Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d91, #7ab7b8, #a3d6e0, #f4c8c8, #f46966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d91, #7ab7b8, #a3d6e0, #f4c8c8, #f46966);
}
Similar color palettes
Celestial Dawn color palette created on .