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