Butter Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Butter Yellow palette

Share this palette to:

Download Butter Yellow Color Palette (PNG)

Download butter yellow color palette PNG image (landscape)
Download butter yellow color palette PNG image (square)

Butter Yellow color palette CSS

/* CSS */
.color-1 {
color: #f6e4a2;
}
.color-2 {
color: #f5d470;
}
.color-3 {
color: #f2c34a;
}
.color-4 {
color: #f2b02c;
}
.color-5 {
color: #f09a19;
}

/* CSS Variables */
:root {
--color-1: #f6e4a2;
--color-2: #f5d470;
--color-3: #f2c34a;
--color-4: #f2b02c;
--color-5: #f09a19;
}

Butter Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4a2, #f5d470, #f2c34a, #f2b02c, #f09a19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4a2, #f5d470, #f2c34a, #f2b02c, #f09a19);
}

Butter Yellow color palette created on .