Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f3a949;
}
.color-3 {
color: #f1873b;
}
.color-4 {
color: #e45e25;
}
.color-5 {
color: #d83d2c;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f3a949;
--color-3: #f1873b;
--color-4: #e45e25;
--color-5: #d83d2c;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f3a949, #f1873b, #e45e25, #d83d2c);
}

Shades of Yellow color palette created on .