Celestial Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Twilight palette

Share this palette to:

Celestial Twilight color palette CSS

/* CSS */
.color-1 {
color: #1c1f4a;
}
.color-2 {
color: #2b2e6e;
}
.color-3 {
color: #4d5b93;
}
.color-4 {
color: #718bbc;
}
.color-5 {
color: #a2c4e7;
}

/* CSS Variables */
:root {
--color-1: #1c1f4a;
--color-2: #2b2e6e;
--color-3: #4d5b93;
--color-4: #718bbc;
--color-5: #a2c4e7;
}

Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f4a, #2b2e6e, #4d5b93, #718bbc, #a2c4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f4a, #2b2e6e, #4d5b93, #718bbc, #a2c4e7);
}

Celestial Twilight color palette created on .