Honey Flower Color Palette

Discover the beautiful Honey Flower color palette featuring brandy punch (#d48b2b), rajah (#f4c871), dairy cream (#f9e6b9), nutmeg (#7c4b2d) and honey flower (#4d1c6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBoho, Bright, Earthy, Orange, Purple, Summer, Vibrant, Yellow 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 Flower palette

Share this palette to:

💻 Honey Flower color palette CSS

/* CSS */
.color-1 {
color: #d48b2b;
}
.color-2 {
color: #f4c871;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #7c4b2d;
}
.color-5 {
color: #4d1c6e;
}

/* CSS Variables */
:root {
--color-1: #d48b2b;
--color-2: #f4c871;
--color-3: #f9e6b9;
--color-4: #7c4b2d;
--color-5: #4d1c6e;
}

🌈 Honey Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d48b2b, #f4c871, #f9e6b9, #7c4b2d, #4d1c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d48b2b, #f4c871, #f9e6b9, #7c4b2d, #4d1c6e);
}

Honey Flower color palette created on .