Paleta de colores Warm Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Yellow palette
CSS de la paleta de colores Warm Yellow
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffbb00;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #ff3c00;
--color-4: #ffec3d;
--color-5: #ffbb00;
}
CSS del degradado de fondo Warm Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #ff3c00, #ffec3d, #ffbb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #ff3c00, #ffec3d, #ffbb00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Warm Yellow color palette created on .