Twilight Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Dream palette
Twilight Dream color palette PNG image
Twilight Dream color palette CSS
/* CSS */
.color-1 {
color: #682d71;
}
.color-2 {
color: #954191;
}
.color-3 {
color: #be5ba5;
}
.color-4 {
color: #ca6d8f;
}
.color-5 {
color: #caa068;
}
/* CSS Variables */
:root {
--color-1: #682d71;
--color-2: #954191;
--color-3: #be5ba5;
--color-4: #ca6d8f;
--color-5: #caa068;
}
Twilight Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682d71, #954191, #be5ba5, #ca6d8f, #caa068);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682d71, #954191, #be5ba5, #ca6d8f, #caa068);
}
Similar color palettes
Scroll down to explore 1000+ colors.deep-purple color palettes
Twilight Dream color palette created on .