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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Coral, Pink, Peach, Warm, Bright, Vibrant, Summer 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 Honey Badger Shades palette

Share this palette to:

๐Ÿ’ป 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);
}

Honey Badger Shades color palette created on .