Celestial Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Dawn palette
Celestial Dawn color palette PNG image
Celestial Dawn color palette CSS
/* CSS */
.color-1 {
color: #1a1d4c;
}
.color-2 {
color: #3f5c92;
}
.color-3 {
color: #77a1c5;
}
.color-4 {
color: #b7e3f0;
}
.color-5 {
color: #ffcd29;
}
/* CSS Variables */
:root {
--color-1: #1a1d4c;
--color-2: #3f5c92;
--color-3: #77a1c5;
--color-4: #b7e3f0;
--color-5: #ffcd29;
}
Celestial Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d4c, #3f5c92, #77a1c5, #b7e3f0, #ffcd29);
}
Similar color palettes
Celestial Dawn color palette created on .