Buttercup Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Buttercup Sunshine palette

Share this palette to:

Buttercup Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f3ad16;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9e890;
}
.color-4 {
color: #f5d870;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f7c94b;
--color-3: #f9e890;
--color-4: #f5d870;
--color-5: #f1c84b;
}

Buttercup Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f7c94b, #f9e890, #f5d870, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f7c94b, #f9e890, #f5d870, #f1c84b);
}

Buttercup Sunshine color palette created on .