Pink Cinnamon Honey Color Palette

Discover the beautiful Pink Cinnamon Honey color palette featuring charm (#d36983), copper (#bc7834), brandy punch (#cb8a34), tacha (#d2b156) and antique brass (#c68c5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Orange, Brown, Yellow, Gold, Warm, Earthy, Vibrant, Autumn, Boho 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 Pink Cinnamon Honey palette

Share this palette to:

💻 Pink Cinnamon Honey color palette CSS

/* CSS */
.color-1 {
color: #d36983;
}
.color-2 {
color: #bc7834;
}
.color-3 {
color: #cb8a34;
}
.color-4 {
color: #d2b156;
}
.color-5 {
color: #c68c5d;
}

/* CSS Variables */
:root {
--color-1: #d36983;
--color-2: #bc7834;
--color-3: #cb8a34;
--color-4: #d2b156;
--color-5: #c68c5d;
}

🌈 Pink Cinnamon Honey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d36983, #bc7834, #cb8a34, #d2b156, #c68c5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d36983, #bc7834, #cb8a34, #d2b156, #c68c5d);
}

Pink Cinnamon Honey color palette created on .