Deep Crimson Color Palette

Discover the beautiful Deep Crimson color palette featuring tall poppy (#c62a2a), roman (#d65c5c), can can (#d69a9a), cavern pink (#e0b3b3) and clam shell (#c9a6a6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Dark, Earthy, Vintage, Autumn, Deep, Warm, Soft, Masculine 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 Deep Crimson palette

Share this palette to:

💻 Deep Crimson color palette CSS

/* CSS */
.color-1 {
color: #c62a2a;
}
.color-2 {
color: #d65c5c;
}
.color-3 {
color: #d69a9a;
}
.color-4 {
color: #e0b3b3;
}
.color-5 {
color: #c9a6a6;
}

/* CSS Variables */
:root {
--color-1: #c62a2a;
--color-2: #d65c5c;
--color-3: #d69a9a;
--color-4: #e0b3b3;
--color-5: #c9a6a6;
}

🌈 Deep Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c62a2a, #d65c5c, #d69a9a, #e0b3b3, #c9a6a6);
}

Deep Crimson color palette created on .