Paleta de colores Ethereal Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Shadows palette
CSS de la paleta de colores Ethereal Shadows
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Ethereal Shadows color palette created on .