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: #f2e15f;
}
.color-2 {
color: #b3c021;
}
.color-3 {
color: #88991a;
}
.color-4 {
color: #5b6f1b;
}
.color-5 {
color: #3b4c15;
}
/* CSS Variables */
:root {
--color-1: #f2e15f;
--color-2: #b3c021;
--color-3: #88991a;
--color-4: #5b6f1b;
--color-5: #3b4c15;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e15f, #b3c021, #88991a, #5b6f1b, #3b4c15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e15f, #b3c021, #88991a, #5b6f1b, #3b4c15);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Shades of Yellow color palette created on .