Ethereal Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Shadows palette

Condividi questa palette a:

tavolozza dei colori Ethereal Shadows 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;
}

CSS con gradiente di sfondo Ethereal Shadows

/* 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);
}

Ethereal Shadows color palette created on .