Ethereal Shadows Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ethereal Shadows palette
tavolozza dei colori Ethereal Shadows 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;
}
CSS con gradiente di sfondo Ethereal Shadows
/* 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);
}
Tavolozze di colori simili
Ethereal Shadows color palette created on .