Evi's Enchantment Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evi's Enchantment palette
Evi's Enchantment color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #3087df;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #69af4b;
--color-4: #3087df;
--color-5: #d15400;
}
Evi's Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #69af4b, #3087df, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #69af4b, #3087df, #d15400);
}
Similar color palettes
Evi's Enchantment color palette created on .