Celestial Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dusk palette

Share this palette to:

Celestial Dusk color palette PNG image

Download celestial dusk color palette PNG image (landscape)
Download celestial dusk color palette PNG image (square)

Celestial Dusk color palette CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #2e365c;
}
.color-3 {
color: #4b4f7c;
}
.color-4 {
color: #697a9b;
}
.color-5 {
color: #9ab5e4;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #2e365c;
--color-3: #4b4f7c;
--color-4: #697a9b;
--color-5: #9ab5e4;
}

Celestial Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #2e365c, #4b4f7c, #697a9b, #9ab5e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #2e365c, #4b4f7c, #697a9b, #9ab5e4);
}

Celestial Dusk color palette created on .