Candy Cane & Hot Chocolate Color Palette

Discover the beautiful Candy Cane & Hot Chocolate color palette featuring bittersweet (#ff6e61), red damask (#d95d45), matrix (#b25f57), beaver (#8b6c5b) and almond (#ecd3c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Candy, Chocolate, Cream, Red, Winter 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 Candy Cane & Hot Chocolate palette

Share this palette to:

💻 Candy Cane & Hot Chocolate color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d95d45;
}
.color-3 {
color: #b25f57;
}
.color-4 {
color: #8b6c5b;
}
.color-5 {
color: #ecd3c5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d95d45;
--color-3: #b25f57;
--color-4: #8b6c5b;
--color-5: #ecd3c5;
}

🌈 Candy Cane & Hot Chocolate background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d95d45, #b25f57, #8b6c5b, #ecd3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d95d45, #b25f57, #8b6c5b, #ecd3c5);
}

Candy Cane & Hot Chocolate color palette created on .