Sunny Clucker Palette Color Palette
Discover the beautiful Sunny Clucker Palette color palette featuring energy yellow (#f6d55a), apache (#d9bf78), calico (#e2c68d), paarl (#a15930) and terracotta (#e1665b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Clucker Palette palette
💻 Sunny Clucker Palette color palette CSS
/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #d9bf78;
}
.color-3 {
color: #e2c68d;
}
.color-4 {
color: #a15930;
}
.color-5 {
color: #e1665b;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #d9bf78;
--color-3: #e2c68d;
--color-4: #a15930;
--color-5: #e1665b;
} 🌈 Sunny Clucker Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #d9bf78, #e2c68d, #a15930, #e1665b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #d9bf78, #e2c68d, #a15930, #e1665b);
} Sunny Clucker Palette color palette created on .