Modern Parisienne Color Palette

Discover the beautiful Modern Parisienne color palette featuring wheat (#f5e6b7), beauty bush (#f0c1d4), careys pink (#d69ec1), london hue (#b89bc5) and ship cove (#7d9cba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Lilac, Modern, Parisian, Pink, Soft, Summer, Tropical 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 Modern Parisienne palette

Share this palette to:

💻 Modern Parisienne color palette CSS

/* CSS */
.color-1 {
color: #f5e6b7;
}
.color-2 {
color: #f0c1d4;
}
.color-3 {
color: #d69ec1;
}
.color-4 {
color: #b89bc5;
}
.color-5 {
color: #7d9cba;
}

/* CSS Variables */
:root {
--color-1: #f5e6b7;
--color-2: #f0c1d4;
--color-3: #d69ec1;
--color-4: #b89bc5;
--color-5: #7d9cba;
}

🌈 Modern Parisienne background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6b7, #f0c1d4, #d69ec1, #b89bc5, #7d9cba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6b7, #f0c1d4, #d69ec1, #b89bc5, #7d9cba);
}

Modern Parisienne color palette created on .