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