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: #f3d758;
}
.color-3 {
color: #e2e878;
}
.color-4 {
color: #b8d61f;
}
.color-5 {
color: #7e9b1c;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f3d758;
--color-3: #e2e878;
--color-4: #b8d61f;
--color-5: #7e9b1c;
}

CSS con gradiente di sfondo Buttercup Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f3d758, #e2e878, #b8d61f, #7e9b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f3d758, #e2e878, #b8d61f, #7e9b1c);
}

Buttercup Shades color palette created on .