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: #f9d55d;
}
.color-2 {
color: #f6b74c;
}
.color-3 {
color: #f48d3e;
}
.color-4 {
color: #df5a2a;
}
.color-5 {
color: #c63d24;
}
/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f6b74c;
--color-3: #f48d3e;
--color-4: #df5a2a;
--color-5: #c63d24;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f6b74c, #f48d3e, #df5a2a, #c63d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f6b74c, #f48d3e, #df5a2a, #c63d24);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Shades of Yellow color palette created on .