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