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: #e5b380;
}
.color-3 {
color: #d38678;
}
.color-4 {
color: #b86b8a;
}
.color-5 {
color: #9b5994;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e5b380;
--color-3: #d38678;
--color-4: #b86b8a;
--color-5: #9b5994;
}
CSS del degradado de fondo Shades of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e5b380, #d38678, #b86b8a, #9b5994);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e5b380, #d38678, #b86b8a, #9b5994);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Beige
Shades of Yellow color palette created on .