Buttercup Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Buttercup palette

Share this palette to:

Buttercup color palette PNG image

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

Buttercup color palette CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #e4c25e;
}
.color-3 {
color: #d6a84c;
}
.color-4 {
color: #a87c3e;
}
.color-5 {
color: #8d5a2a;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #e4c25e;
--color-3: #d6a84c;
--color-4: #a87c3e;
--color-5: #8d5a2a;
}

Buttercup background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #e4c25e, #d6a84c, #a87c3e, #8d5a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #e4c25e, #d6a84c, #a87c3e, #8d5a2a);
}

Buttercup color palette created on .