Paleta de colores Yellow Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Shades palette
CSS de la paleta de colores Yellow Shades
/* CSS */
.color-1 {
color: #fce84f;
}
.color-2 {
color: #fcb140;
}
.color-3 {
color: #ebb800;
}
.color-4 {
color: #ad8b00;
}
.color-5 {
color: #6c7a00;
}
/* CSS Variables */
:root {
--color-1: #fce84f;
--color-2: #fcb140;
--color-3: #ebb800;
--color-4: #ad8b00;
--color-5: #6c7a00;
}
CSS del degradado de fondo Yellow Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce84f, #fcb140, #ebb800, #ad8b00, #6c7a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce84f, #fcb140, #ebb800, #ad8b00, #6c7a00);
}
Paletas de colores similares
Yellow Shades color palette created on .