Crimson Vintage Bliss Color Palette

Discover the beautiful Crimson Vintage Bliss color palette featuring persian plum (#6b1b1a), copper rust (#9e5151), old rose (#c57d7c), my pink (#d68a8a) and shilo (#eab8b9).

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

UI Examples

Explore beautiful UI components with Crimson Vintage Bliss palette

Share this palette to:

💻 Crimson Vintage Bliss color palette CSS

/* CSS */
.color-1 {
color: #6b1b1a;
}
.color-2 {
color: #9e5151;
}
.color-3 {
color: #c57d7c;
}
.color-4 {
color: #d68a8a;
}
.color-5 {
color: #eab8b9;
}

/* CSS Variables */
:root {
--color-1: #6b1b1a;
--color-2: #9e5151;
--color-3: #c57d7c;
--color-4: #d68a8a;
--color-5: #eab8b9;
}

🌈 Crimson Vintage Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1b1a, #9e5151, #c57d7c, #d68a8a, #eab8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1b1a, #9e5151, #c57d7c, #d68a8a, #eab8b9);
}

Crimson Vintage Bliss color palette created on .