Honey Shadow Color Palette
Discover the beautiful Honey Shadow color palette featuring amber (#ffc20a), bright sun (#ffd942), texas rose (#ffb84d), hokey pokey (#d69b2e) and paarl (#a85f2e).
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 Honey Shadow palette
💻 Honey Shadow color palette CSS
/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #d69b2e;
}
.color-5 {
color: #a85f2e;
}
/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffd942;
--color-3: #ffb84d;
--color-4: #d69b2e;
--color-5: #a85f2e;
} 🌈 Honey Shadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffd942, #ffb84d, #d69b2e, #a85f2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffd942, #ffb84d, #d69b2e, #a85f2e);
} 🔗 Explore similar color palettes
Honey Shadow color palette created on .