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