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