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: #3f74cf;
}
.color-2 {
color: #7199da;
}
.color-3 {
color: #a5c0e9;
}
.color-4 {
color: #474762;
}
.color-5 {
color: #a99fd6;
}

/* CSS Variables */
:root {
--color-1: #3f74cf;
--color-2: #7199da;
--color-3: #a5c0e9;
--color-4: #474762;
--color-5: #a99fd6;
}

Celestial Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f74cf, #7199da, #a5c0e9, #474762, #a99fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f74cf, #7199da, #a5c0e9, #474762, #a99fd6);
}

Similar color palettes

Celestial Dawn color palette created on .