Cinnamon Delight Color Palette
Discover the beautiful Cinnamon Delight color palette featuring toast (#a37365), vanilla (#d3b6a4), pot pourri (#f1e3d6), rob roy (#e8c76a) and cape palliser (#a16844).
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: #a37365;
}
.color-2 {
color: #d3b6a4;
}
.color-3 {
color: #f1e3d6;
}
.color-4 {
color: #e8c76a;
}
.color-5 {
color: #a16844;
}
/* CSS Variables */
:root {
--color-1: #a37365;
--color-2: #d3b6a4;
--color-3: #f1e3d6;
--color-4: #e8c76a;
--color-5: #a16844;
} 🌈 Cinnamon Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a37365, #d3b6a4, #f1e3d6, #e8c76a, #a16844);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a37365, #d3b6a4, #f1e3d6, #e8c76a, #a16844);
} 🔗 Explore similar color palettes
Cinnamon Delight color palette created on .