Loading...

Buttercup Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Buttercup Yellow palette

Condividi questa palette a:

Scarica la tavolozza dei colori Buttercup Yellow (PNG)

Download buttercup yellow color palette PNG image (landscape)
Download buttercup yellow color palette PNG image (square)

tavolozza dei colori Buttercup Yellow CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f0d24c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f7d44b;
}
.color-5 {
color: #e6b800;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f0d24c;
--color-3: #f0a800;
--color-4: #f7d44b;
--color-5: #e6b800;
}

CSS con gradiente di sfondo Buttercup Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f0d24c, #f0a800, #f7d44b, #e6b800);
}

Buttercup Yellow color palette created on .