Crown of Thorns Color Palette
Discover the beautiful Crown of Thorns color palette featuring irish coffee (#6d2927), sanguine brown (#863936), copper rust (#994e4b), au chico (#a45c59) and coral tree (#a5615d).
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 Crown of Thorns palette
💻 Crown of Thorns color palette CSS
/* CSS */
.color-1 {
color: #6d2927;
}
.color-2 {
color: #863936;
}
.color-3 {
color: #994e4b;
}
.color-4 {
color: #a45c59;
}
.color-5 {
color: #a5615d;
}
/* CSS Variables */
:root {
--color-1: #6d2927;
--color-2: #863936;
--color-3: #994e4b;
--color-4: #a45c59;
--color-5: #a5615d;
} 🌈 Crown of Thorns background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2927, #863936, #994e4b, #a45c59, #a5615d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2927, #863936, #994e4b, #a45c59, #a5615d);
} 🔗 Explore similar color palettes
Crown of Thorns color palette created on .