Butter Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Butter Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Butter Yellow Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Butter Yellow color palette created on .