Buttercup Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Buttercup Shades palette

Condividi questa palette a:

tavolozza dei colori Buttercup Shades CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f2d069;
}
.color-3 {
color: #e6b84c;
}
.color-4 {
color: #db8e1a;
}
.color-5 {
color: #b27a0a;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f2d069;
--color-3: #e6b84c;
--color-4: #db8e1a;
--color-5: #b27a0a;
}

CSS con gradiente di sfondo Buttercup Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f2d069, #e6b84c, #db8e1a, #b27a0a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f2d069, #e6b84c, #db8e1a, #b27a0a);
}

Buttercup Shades color palette created on .