Romantic Red Color Palette

Discover the beautiful Romantic Red color palette featuring maroon oak (#5d0e1b), old brick (#9b1c25), roman (#d5535d), illusion (#f8b4c5) and peach schnapps (#ffe0d6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Red, Pink, Bright 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 Romantic Red palette

Share this palette to:

💻 Romantic Red color palette CSS

/* CSS */
.color-1 {
color: #5d0e1b;
}
.color-2 {
color: #9b1c25;
}
.color-3 {
color: #d5535d;
}
.color-4 {
color: #f8b4c5;
}
.color-5 {
color: #ffe0d6;
}

/* CSS Variables */
:root {
--color-1: #5d0e1b;
--color-2: #9b1c25;
--color-3: #d5535d;
--color-4: #f8b4c5;
--color-5: #ffe0d6;
}

🌈 Romantic Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d0e1b, #9b1c25, #d5535d, #f8b4c5, #ffe0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d0e1b, #9b1c25, #d5535d, #f8b4c5, #ffe0d6);
}

Romantic Red color palette created on .