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: #4a2d6c;
}
.color-2 {
color: #8c5fbf;
}
.color-3 {
color: #9f6dc5;
}
.color-4 {
color: #dcc05b;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #4a2d6c;
--color-2: #8c5fbf;
--color-3: #9f6dc5;
--color-4: #dcc05b;
--color-5: #f0a800;
}

Celestial Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2d6c, #8c5fbf, #9f6dc5, #dcc05b, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2d6c, #8c5fbf, #9f6dc5, #dcc05b, #f0a800);
}

Celestial Twilight color palette created on .