Ethereal Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Shadows palette

Share this palette to:

Ethereal Shadows color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #5b2a6f;
}
.color-3 {
color: #8c4d9d;
}
.color-4 {
color: #d0a4b7;
}
.color-5 {
color: #f4bed6;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #5b2a6f;
--color-3: #8c4d9d;
--color-4: #d0a4b7;
--color-5: #f4bed6;
}

Ethereal Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #5b2a6f, #8c4d9d, #d0a4b7, #f4bed6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #5b2a6f, #8c4d9d, #d0a4b7, #f4bed6);
}

Ethereal Shadows color palette created on .