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