Blushing Romance Color Palette

Discover the beautiful Blushing Romance color palette featuring cinderella (#fcd9dc), cherub (#fbe4e7), vista white (#f9f1f4), prim (#faf4f8) and amour (#faebf0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Pink, Soft 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 Blushing Romance palette

Share this palette to:

💻 Blushing Romance color palette CSS

/* CSS */
.color-1 {
color: #fcd9dc;
}
.color-2 {
color: #fbe4e7;
}
.color-3 {
color: #f9f1f4;
}
.color-4 {
color: #faf4f8;
}
.color-5 {
color: #faebf0;
}

/* CSS Variables */
:root {
--color-1: #fcd9dc;
--color-2: #fbe4e7;
--color-3: #f9f1f4;
--color-4: #faf4f8;
--color-5: #faebf0;
}

🌈 Blushing Romance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd9dc, #fbe4e7, #f9f1f4, #faf4f8, #faebf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd9dc, #fbe4e7, #f9f1f4, #faf4f8, #faebf0);
}

Blushing Romance color palette created on .