Dark Honey Shades Color Palette

Discover the beautiful Dark Honey Shades color palette featuring copper (#b57c2c), hokey pokey (#d79d33), anzac (#e3b54a), cream can (#f6c25a) and marzipan (#f9e2a4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Gold, Bright, Warm, Autumn 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 Dark Honey Shades palette

Share this palette to:

๐Ÿ’ป Dark Honey Shades color palette CSS

/* CSS */
.color-1 {
color: #b57c2c;
}
.color-2 {
color: #d79d33;
}
.color-3 {
color: #e3b54a;
}
.color-4 {
color: #f6c25a;
}
.color-5 {
color: #f9e2a4;
}

/* CSS Variables */
:root {
--color-1: #b57c2c;
--color-2: #d79d33;
--color-3: #e3b54a;
--color-4: #f6c25a;
--color-5: #f9e2a4;
}

๐ŸŒˆ Dark Honey Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57c2c, #d79d33, #e3b54a, #f6c25a, #f9e2a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57c2c, #d79d33, #e3b54a, #f6c25a, #f9e2a4);
}

Dark Honey Shades color palette created on .