Paleta de colores Ethereal Desolation
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Desolation palette
CSS de la paleta de colores Ethereal Desolation
/* CSS */
.color-1 {
color: #4b3d6b;
}
.color-2 {
color: #6b5c8a;
}
.color-3 {
color: #a87a9c;
}
.color-4 {
color: #f2b6a1;
}
.color-5 {
color: #f9d68b;
}
/* CSS Variables */
:root {
--color-1: #4b3d6b;
--color-2: #6b5c8a;
--color-3: #a87a9c;
--color-4: #f2b6a1;
--color-5: #f9d68b;
}
CSS del degradado de fondo Ethereal Desolation
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6b, #6b5c8a, #a87a9c, #f2b6a1, #f9d68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6b, #6b5c8a, #a87a9c, #f2b6a1, #f9d68b);
}
Paletas de colores similares
Ethereal Desolation color palette created on .