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: #f5c400;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #fad900;
}
.color-4 {
color: #f5e400;
}
.color-5 {
color: #ece5a2;
}
/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #faa700;
--color-3: #fad900;
--color-4: #f5e400;
--color-5: #ece5a2;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #faa700, #fad900, #f5e400, #ece5a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #faa700, #fad900, #f5e400, #ece5a2);
}
Paletas de colores similares
Shades of Yellow color palette created on .