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: #cfa5c1;
}
.color-2 {
color: #a1b4d9;
}
.color-3 {
color: #5c609d;
}
.color-4 {
color: #3b2a4c;
}
.color-5 {
color: #2e1a47;
}
/* CSS Variables */
:root {
--color-1: #cfa5c1;
--color-2: #a1b4d9;
--color-3: #5c609d;
--color-4: #3b2a4c;
--color-5: #2e1a47;
}
Ethereal Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfa5c1, #a1b4d9, #5c609d, #3b2a4c, #2e1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfa5c1, #a1b4d9, #5c609d, #3b2a4c, #2e1a47);
}
Similar color palettes
Ethereal Shadows color palette created on .