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