Old Scarlet Color Palette

Discover the beautiful Old Scarlet color palette featuring brick red (#c92c3c), stiletto (#a7393f), eggplant (#694955), new york pink (#d57e76) and mandys pink (#f1baa2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Bright, Deep, Earthy, Red, Scarlet, Soft, Vintage, 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 Old Scarlet palette

Share this palette to:

💻 Old Scarlet color palette CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #a7393f;
}
.color-3 {
color: #694955;
}
.color-4 {
color: #d57e76;
}
.color-5 {
color: #f1baa2;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #a7393f;
--color-3: #694955;
--color-4: #d57e76;
--color-5: #f1baa2;
}

🌈 Old Scarlet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #a7393f, #694955, #d57e76, #f1baa2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #a7393f, #694955, #d57e76, #f1baa2);
}

Old Scarlet color palette created on .