Enchanted Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Enchanted Shadows palette
Enchanted Shadows color palette CSS
/* CSS */
.color-1 {
color: #5b2a6f;
}
.color-2 {
color: #8c5b9a;
}
.color-3 {
color: #c59bba;
}
.color-4 {
color: #e1c1e6;
}
.color-5 {
color: #d9a5c5;
}
/* CSS Variables */
:root {
--color-1: #5b2a6f;
--color-2: #8c5b9a;
--color-3: #c59bba;
--color-4: #e1c1e6;
--color-5: #d9a5c5;
}
Enchanted Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a6f, #8c5b9a, #c59bba, #e1c1e6, #d9a5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a6f, #8c5b9a, #c59bba, #e1c1e6, #d9a5c5);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Enchanted Shadows color palette created on .