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: #faa700;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f0e3b7;
}
.color-4 {
color: #d2e8f4;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f5c400;
--color-3: #f0e3b7;
--color-4: #d2e8f4;
--color-5: #a3c7e0;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f5c400, #f0e3b7, #d2e8f4, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f5c400, #f0e3b7, #d2e8f4, #a3c7e0);
}

Shades of Yellow color palette created on .