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