Buttercup Brights Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Buttercup Brights palette
Color Inspiration
Images that showcase this color palette in real designs
Download Buttercup Brights Color Palette (PNG)
Buttercup Brights color palette CSS
/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #f9d77b;
}
.color-3 {
color: #f7b32b;
}
.color-4 {
color: #d6a800;
}
.color-5 {
color: #b39b00;
}
/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #f9d77b;
--color-3: #f7b32b;
--color-4: #d6a800;
--color-5: #b39b00;
}
Buttercup Brights background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #f9d77b, #f7b32b, #d6a800, #b39b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #f9d77b, #f7b32b, #d6a800, #b39b00);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Buttercup Brights color palette created on .