Paleta de colores Egg Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Egg Yellow palette
CSS de la paleta de colores Egg Yellow
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e8a03b;
}
.color-3 {
color: #d67f2e;
}
.color-4 {
color: #bf661d;
}
.color-5 {
color: #9f5214;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e8a03b;
--color-3: #d67f2e;
--color-4: #bf661d;
--color-5: #9f5214;
}
CSS del degradado de fondo Egg Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e8a03b, #d67f2e, #bf661d, #9f5214);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e8a03b, #d67f2e, #bf661d, #9f5214);
}
Paletas de colores similares
Egg Yellow color palette created on .