Honey Badger Shades Color Palette
Discover the beautiful Honey Badger Shades color palette featuring casablanca (#f4ac4e), rajah (#f9b87b), grandis (#fed286), mona lisa (#fda296) and french rose (#f15b76).
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 Badger Shades palette
๐ป Honey Badger Shades color palette CSS
/* CSS */
.color-1 {
color: #f4ac4e;
}
.color-2 {
color: #f9b87b;
}
.color-3 {
color: #fed286;
}
.color-4 {
color: #fda296;
}
.color-5 {
color: #f15b76;
}
/* CSS Variables */
:root {
--color-1: #f4ac4e;
--color-2: #f9b87b;
--color-3: #fed286;
--color-4: #fda296;
--color-5: #f15b76;
} ๐ Honey Badger Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4ac4e, #f9b87b, #fed286, #fda296, #f15b76);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4ac4e, #f9b87b, #fed286, #fda296, #f15b76);
} ๐ Explore similar color palettes
Honey Badger Shades color palette created on .