Extracurricular Crimson Color Palette

Discover the beautiful Extracurricular Crimson color palette featuring brick red (#c92c3e), mandy (#e04d6d), wewak (#f2a1b1), we peep (#f7dfe7) and azalea (#f9d2d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Extracurricular, Fun, Pink, Red, Soft, Spring, Vibrant 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 Extracurricular Crimson palette

Share this palette to:

💻 Extracurricular Crimson color palette CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #e04d6d;
}
.color-3 {
color: #f2a1b1;
}
.color-4 {
color: #f7dfe7;
}
.color-5 {
color: #f9d2d2;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #e04d6d;
--color-3: #f2a1b1;
--color-4: #f7dfe7;
--color-5: #f9d2d2;
}

🌈 Extracurricular Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #e04d6d, #f2a1b1, #f7dfe7, #f9d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #e04d6d, #f2a1b1, #f7dfe7, #f9d2d2);
}

Extracurricular Crimson color palette created on .