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: #340e9a;
}
.color-2 {
color: #4420c5;
}
.color-3 {
color: #8936e2;
}
.color-4 {
color: #dc93db;
}
.color-5 {
color: #f6bbeb;
}
/* CSS Variables */
:root {
--color-1: #340e9a;
--color-2: #4420c5;
--color-3: #8936e2;
--color-4: #dc93db;
--color-5: #f6bbeb;
}
Ethereal Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #340e9a, #4420c5, #8936e2, #dc93db, #f6bbeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #340e9a, #4420c5, #8936e2, #dc93db, #f6bbeb);
}
Similar color palettes
Ethereal Shadows color palette created on .