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: #2d395c;
}
.color-2 {
color: #3e5b89;
}
.color-3 {
color: #5ca4b7;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f05038;
}
/* CSS Variables */
:root {
--color-1: #2d395c;
--color-2: #3e5b89;
--color-3: #5ca4b7;
--color-4: #f6b83c;
--color-5: #f05038;
}
Enchanted Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d395c, #3e5b89, #5ca4b7, #f6b83c, #f05038);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d395c, #3e5b89, #5ca4b7, #f6b83c, #f05038);
}
Similar color palettes
Enchanted Twilight color palette created on .