Crown of Thorns Color Palette

Discover the beautiful Crown of Thorns color palette featuring crown of thorns (#761e1e), stiletto (#a13a3a), chestnut rose (#d15c5c), sea pink (#eb8989) and beauty bush (#f1c6c6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Soft, 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 Crown of Thorns palette

Share this palette to:

💻 Crown of Thorns color palette CSS

/* CSS */
.color-1 {
color: #761e1e;
}
.color-2 {
color: #a13a3a;
}
.color-3 {
color: #d15c5c;
}
.color-4 {
color: #eb8989;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #761e1e;
--color-2: #a13a3a;
--color-3: #d15c5c;
--color-4: #eb8989;
--color-5: #f1c6c6;
}

🌈 Crown of Thorns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #761e1e, #a13a3a, #d15c5c, #eb8989, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #761e1e, #a13a3a, #d15c5c, #eb8989, #f1c6c6);
}

Crown of Thorns color palette created on .