Celestial Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Share this palette to:

Celestial Dawn color palette CSS

/* CSS */
.color-1 {
color: #1f3d6b;
}
.color-2 {
color: #396bd0;
}
.color-3 {
color: #58b3e4;
}
.color-4 {
color: #f1d341;
}
.color-5 {
color: #f37730;
}

/* CSS Variables */
:root {
--color-1: #1f3d6b;
--color-2: #396bd0;
--color-3: #58b3e4;
--color-4: #f1d341;
--color-5: #f37730;
}

Celestial Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d6b, #396bd0, #58b3e4, #f1d341, #f37730);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d6b, #396bd0, #58b3e4, #f1d341, #f37730);
}

Celestial Dawn color palette created on .