Discover the beautiful Crimson Sorcery color palette featuring crown of thorns (#7f1f2d), chestnut (#b84c50), rose bud (#f8a0a0), beauty bush (#f1c1c1) and rose fog (#e2b1b1).

Crimson Sorcery Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Crimson Sorcery palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Crimson Sorcery palette

Share this palette to:

💻 Crimson Sorcery color palette CSS

/* CSS */
.color-1 {
color: #7f1f2d;
}
.color-2 {
color: #b84c50;
}
.color-3 {
color: #f8a0a0;
}
.color-4 {
color: #f1c1c1;
}
.color-5 {
color: #e2b1b1;
}

/* CSS Variables */
:root {
--color-1: #7f1f2d;
--color-2: #b84c50;
--color-3: #f8a0a0;
--color-4: #f1c1c1;
--color-5: #e2b1b1;
}

🌈 Crimson Sorcery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f1f2d, #b84c50, #f8a0a0, #f1c1c1, #e2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f1f2d, #b84c50, #f8a0a0, #f1c1c1, #e2b1b1);
}

Crimson Sorcery color palette created on .