Twilight Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Dream palette
Twilight Dream color palette CSS
/* CSS */
.color-1 {
color: #211b65;
}
.color-2 {
color: #2e2a7e;
}
.color-3 {
color: #3a398e;
}
.color-4 {
color: #513e8e;
}
.color-5 {
color: #87508b;
}
/* CSS Variables */
:root {
--color-1: #211b65;
--color-2: #2e2a7e;
--color-3: #3a398e;
--color-4: #513e8e;
--color-5: #87508b;
}
Twilight Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #211b65, #2e2a7e, #3a398e, #513e8e, #87508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #211b65, #2e2a7e, #3a398e, #513e8e, #87508b);
}
Similar color palettes
Twilight Dream color palette created on .