Cinnamon Delight Color Palette

Discover the beautiful Cinnamon Delight color palette featuring grenadier (#d14705), bamboo (#d46603), bamboo (#dd590c), grenadier (#d33a08) and milano red (#ab1b05).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Bright, Deep, Earthy, Orange, Red, Retro, Vibrant, 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 Cinnamon Delight palette

Share this palette to:

๐Ÿ’ป Cinnamon Delight color palette CSS

/* CSS */
.color-1 {
color: #d14705;
}
.color-2 {
color: #d46603;
}
.color-3 {
color: #dd590c;
}
.color-4 {
color: #d33a08;
}
.color-5 {
color: #ab1b05;
}

/* CSS Variables */
:root {
--color-1: #d14705;
--color-2: #d46603;
--color-3: #dd590c;
--color-4: #d33a08;
--color-5: #ab1b05;
}

๐ŸŒˆ Cinnamon Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d14705, #d46603, #dd590c, #d33a08, #ab1b05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d14705, #d46603, #dd590c, #d33a08, #ab1b05);
}

Cinnamon Delight color palette created on .