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