Buttercup Brights Color Palette
Discover the beautiful Buttercup Brights color palette featuring wheat (#f6e8b1), marigold yellow (#f9d77b), saffron (#f7b32b), buddha gold (#d6a800) and buddha gold (#b39b00).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Buttercup Brights palette
💻 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);
}
🔗 Explore similar color palettes
Buttercup Brights color palette created on .