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