Sunny Buff Color Palette
Discover the beautiful Sunny Buff color palette featuring buff (#f1dd83), golden sand (#eedd6d), confetti (#e6cc5c), old gold (#d5b64d) and earls green (#c6a539).
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 Sunny Buff palette
💻 Sunny Buff color palette CSS
/* CSS */
.color-1 {
color: #f1dd83;
}
.color-2 {
color: #eedd6d;
}
.color-3 {
color: #e6cc5c;
}
.color-4 {
color: #d5b64d;
}
.color-5 {
color: #c6a539;
}
/* CSS Variables */
:root {
--color-1: #f1dd83;
--color-2: #eedd6d;
--color-3: #e6cc5c;
--color-4: #d5b64d;
--color-5: #c6a539;
}
🌈 Sunny Buff background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dd83, #eedd6d, #e6cc5c, #d5b64d, #c6a539);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dd83, #eedd6d, #e6cc5c, #d5b64d, #c6a539);
}
🔗 Explore similar color palettes
Sunny Buff color palette created on .