Warm Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Yellow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Warm Yellow (PNG)

Download warm yellow color palette PNG image (landscape)
Download warm yellow color palette PNG image (square)

tavolozza dei colori Warm Yellow CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9d5b4;
}
.color-4 {
color: #f9b5a4;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9aeae;
--color-3: #f9d5b4;
--color-4: #f9b5a4;
--color-5: #f9e1b4;
}

CSS con gradiente di sfondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9aeae, #f9d5b4, #f9b5a4, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9aeae, #f9d5b4, #f9b5a4, #f9e1b4);
}

Warm Yellow color palette created on .