Paleta de colores Eclipse of the Golden Goats
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Eclipse of the Golden Goats palette
CSS de la paleta de colores Eclipse of the Golden Goats
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #c7a600;
}
.color-3 {
color: #792c90;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #d6d2cd;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #c7a600;
--color-3: #792c90;
--color-4: #f0e78e;
--color-5: #d6d2cd;
}
CSS del degradado de fondo Eclipse of the Golden Goats
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #c7a600, #792c90, #f0e78e, #d6d2cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #c7a600, #792c90, #f0e78e, #d6d2cd);
}
Paletas de colores similares
Eclipse of the Golden Goats color palette created on .