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: #f6c80e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #f05400;
}
.color-5 {
color: #db5b00;
}

/* CSS Variables */
:root {
--color-1: #f6c80e;
--color-2: #f0a800;
--color-3: #f07c00;
--color-4: #f05400;
--color-5: #db5b00;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c80e, #f0a800, #f07c00, #f05400, #db5b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c80e, #f0a800, #f07c00, #f05400, #db5b00);
}

Shades of Yellow color palette created on .