Cinnamon Brown Apple Color Palette
Discover the beautiful Cinnamon Brown Apple color palette featuring brown rust (#a74c39), cameo (#d9b59b), cashmere (#e5c39f), teak (#b28f62) and shingle fawn (#6e4c3a).
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 Brown Apple palette
💻 Cinnamon Brown Apple color palette CSS
/* CSS */
.color-1 {
color: #a74c39;
}
.color-2 {
color: #d9b59b;
}
.color-3 {
color: #e5c39f;
}
.color-4 {
color: #b28f62;
}
.color-5 {
color: #6e4c3a;
}
/* CSS Variables */
:root {
--color-1: #a74c39;
--color-2: #d9b59b;
--color-3: #e5c39f;
--color-4: #b28f62;
--color-5: #6e4c3a;
} 🌈 Cinnamon Brown Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a74c39, #d9b59b, #e5c39f, #b28f62, #6e4c3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a74c39, #d9b59b, #e5c39f, #b28f62, #6e4c3a);
} 🔗 Explore similar color palettes
Cinnamon Brown Apple color palette created on .