Ethereal Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Shadows palette
Ethereal Shadows color palette CSS
/* CSS */
.color-1 {
color: #352253;
}
.color-2 {
color: #4c4181;
}
.color-3 {
color: #61659e;
}
.color-4 {
color: #9784bd;
}
.color-5 {
color: #e1b2b7;
}
/* CSS Variables */
:root {
--color-1: #352253;
--color-2: #4c4181;
--color-3: #61659e;
--color-4: #9784bd;
--color-5: #e1b2b7;
}
Ethereal Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #352253, #4c4181, #61659e, #9784bd, #e1b2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #352253, #4c4181, #61659e, #9784bd, #e1b2b7);
}
Similar color palettes
Ethereal Shadows color palette created on .