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: #f6ca51;
}
.color-3 {
color: #f8e6a0;
}
.color-4 {
color: #f9daae;
}
.color-5 {
color: #fce8b6;
}

/* CSS Variables */
:root {
--color-1: #f3ad16;
--color-2: #f6ca51;
--color-3: #f8e6a0;
--color-4: #f9daae;
--color-5: #fce8b6;
}

Buttercup Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ad16, #f6ca51, #f8e6a0, #f9daae, #fce8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ad16, #f6ca51, #f8e6a0, #f9daae, #fce8b6);
}

Buttercup Sunshine color palette created on .