Shades of Yellow Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow Orange CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f08c00;
}
.color-3 {
color: #d65d00;
}
.color-4 {
color: #9e3200;
}
.color-5 {
color: #6b1e00;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f08c00;
--color-3: #d65d00;
--color-4: #9e3200;
--color-5: #6b1e00;
}

CSS con gradiente di sfondo Shades of Yellow Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f08c00, #d65d00, #9e3200, #6b1e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f08c00, #d65d00, #9e3200, #6b1e00);
}

Shades of Yellow Orange color palette created on .