Honeycomb Color Palette
Discover the beautiful Honeycomb color palette featuring saffron mango (#f8c84f), tulip tree (#e8ab4f), tussock (#c88b3c), copper (#a86f2e) and bull shot (#7d591c).
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 Honeycomb palette
๐ป Honeycomb color palette CSS
/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #e8ab4f;
}
.color-3 {
color: #c88b3c;
}
.color-4 {
color: #a86f2e;
}
.color-5 {
color: #7d591c;
}
/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #e8ab4f;
--color-3: #c88b3c;
--color-4: #a86f2e;
--color-5: #7d591c;
} ๐ Honeycomb background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #e8ab4f, #c88b3c, #a86f2e, #7d591c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #e8ab4f, #c88b3c, #a86f2e, #7d591c);
} ๐ Explore similar color palettes
Honeycomb color palette created on .