Rose of Versailles Color Palette

Discover the beautiful Rose of Versailles color palette featuring chantilly (#f4b3d5), pastel pink (#ffd6e0), fair pink (#ffebed), baja white (#fff7d1) and blue haze (#d1cbe2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Lavender, Pastel, Peach, Pink, Soft, Warm 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 Rose of Versailles palette

Share this palette to:

💻 Rose of Versailles color palette CSS

/* CSS */
.color-1 {
color: #f4b3d5;
}
.color-2 {
color: #ffd6e0;
}
.color-3 {
color: #ffebed;
}
.color-4 {
color: #fff7d1;
}
.color-5 {
color: #d1cbe2;
}

/* CSS Variables */
:root {
--color-1: #f4b3d5;
--color-2: #ffd6e0;
--color-3: #ffebed;
--color-4: #fff7d1;
--color-5: #d1cbe2;
}

🌈 Rose of Versailles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b3d5, #ffd6e0, #ffebed, #fff7d1, #d1cbe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b3d5, #ffd6e0, #ffebed, #fff7d1, #d1cbe2);
}

Rose of Versailles color palette created on .