Romantic Color Palette

Discover the beautiful Romantic color palette featuring chantilly (#f9c3ce), wewak (#f1a7b6), deep blush (#e77e8e), cabaret (#d54d6b) and well read (#aa2c49).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Red, Soft, Spring, Bright, Feminine 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 palette

Share this palette to:

💻 Romantic color palette CSS

/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e77e8e;
}
.color-4 {
color: #d54d6b;
}
.color-5 {
color: #aa2c49;
}

/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #f1a7b6;
--color-3: #e77e8e;
--color-4: #d54d6b;
--color-5: #aa2c49;
}

🌈 Romantic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #f1a7b6, #e77e8e, #d54d6b, #aa2c49);
}

Romantic color palette created on .