Enchanted Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Twilight palette
Enchanted Twilight color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6e5b8f;
}
.color-3 {
color: #9f79af;
}
.color-4 {
color: #d6a4c8;
}
.color-5 {
color: #ffbdf2;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6e5b8f;
--color-3: #9f79af;
--color-4: #d6a4c8;
--color-5: #ffbdf2;
}
Enchanted Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6e5b8f, #9f79af, #d6a4c8, #ffbdf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6e5b8f, #9f79af, #d6a4c8, #ffbdf2);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Enchanted Twilight color palette created on .