Paleta de colores Shades of Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow palette
CSS de la paleta de colores Shades of Yellow
/* CSS */
.color-1 {
color: #f3f76e;
}
.color-2 {
color: #f0ca4c;
}
.color-3 {
color: #e8a33b;
}
.color-4 {
color: #d88e2c;
}
.color-5 {
color: #b85a2e;
}
/* CSS Variables */
:root {
--color-1: #f3f76e;
--color-2: #f0ca4c;
--color-3: #e8a33b;
--color-4: #d88e2c;
--color-5: #b85a2e;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f76e, #f0ca4c, #e8a33b, #d88e2c, #b85a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f76e, #f0ca4c, #e8a33b, #d88e2c, #b85a2e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Yellow color palette created on .