Yellow Val Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Val palette

Condividi questa palette a:

tavolozza dei colori Yellow Val CSS

/* 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 con gradiente di sfondo 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);
}

Yellow Val color palette created on .