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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Cinnamon Delight color palette created on .