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