Retro Romance Color Palette

Discover the beautiful Retro Romance color palette featuring heath (#4d0f1f), merlot (#7a1a28), tall poppy (#a72a3d), cabaret (#d44e63) and apricot (#f09b8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Red, Pink, Vintage, 80s, Retro, Warm, Bright, Maroon, Cream 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 Retro Romance palette

Share this palette to:

💻 Retro Romance color palette CSS

/* CSS */
.color-1 {
color: #4d0f1f;
}
.color-2 {
color: #7a1a28;
}
.color-3 {
color: #a72a3d;
}
.color-4 {
color: #d44e63;
}
.color-5 {
color: #f09b8a;
}

/* CSS Variables */
:root {
--color-1: #4d0f1f;
--color-2: #7a1a28;
--color-3: #a72a3d;
--color-4: #d44e63;
--color-5: #f09b8a;
}

🌈 Retro Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}

Retro Romance color palette created on .