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: #6a5b8b;
}
.color-3 {
color: #8b6d9c;
}
.color-4 {
color: #c7a7d7;
}
.color-5 {
color: #e3b5c4;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6a5b8b;
--color-3: #8b6d9c;
--color-4: #c7a7d7;
--color-5: #e3b5c4;
}
Enchanted Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6a5b8b, #8b6d9c, #c7a7d7, #e3b5c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6a5b8b, #8b6d9c, #c7a7d7, #e3b5c4);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Enchanted Twilight color palette created on .