Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Yellow (PNG)

Download shades of yellow color palette PNG image (landscape)
Download shades of yellow color palette PNG image (square)

tavolozza dei colori Shades of Yellow CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffca80;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #fff3e0;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb84d;
--color-3: #ffca80;
--color-4: #ffe0b3;
--color-5: #fff3e0;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb84d, #ffca80, #ffe0b3, #fff3e0);
}

Shades of Yellow color palette created on .