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