Honeyed Embrace Color Palette

Discover the beautiful Honeyed Embrace color palette featuring raffia (#ecdbb9), cashmere (#e8c5aa), rose fog (#e3b1a9), antique brass (#ce8167) and fuzzy wuzzy brown (#c56e52).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Coral, Earthy, Neutral, Peach, Soft, Sunset, Vintage, Warm 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 Honeyed Embrace palette

Share this palette to:

💻 Honeyed Embrace color palette CSS

/* CSS */
.color-1 {
color: #ecdbb9;
}
.color-2 {
color: #e8c5aa;
}
.color-3 {
color: #e3b1a9;
}
.color-4 {
color: #ce8167;
}
.color-5 {
color: #c56e52;
}

/* CSS Variables */
:root {
--color-1: #ecdbb9;
--color-2: #e8c5aa;
--color-3: #e3b1a9;
--color-4: #ce8167;
--color-5: #c56e52;
}

🌈 Honeyed Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecdbb9, #e8c5aa, #e3b1a9, #ce8167, #c56e52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecdbb9, #e8c5aa, #e3b1a9, #ce8167, #c56e52);
}

Honeyed Embrace color palette created on .