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: #f7c94b;
}
.color-2 {
color: #e6b52d;
}
.color-3 {
color: #c77d29;
}
.color-4 {
color: #8b5a23;
}
.color-5 {
color: #4d391f;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #e6b52d;
--color-3: #c77d29;
--color-4: #8b5a23;
--color-5: #4d391f;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #e6b52d, #c77d29, #8b5a23, #4d391f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #e6b52d, #c77d29, #8b5a23, #4d391f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Ámbar
Shades of Yellow color palette created on .