Blush Luxe Harmony Color Palette

Discover the beautiful Blush Luxe Harmony color palette featuring wax flower (#ffb4a3), flesh (#ffc29e), wild watermelon (#ff667d), blossom (#d7a3c7) and scampi (#6b5b95).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Blush Luxe Harmony palette

Share this palette to:

💻 Blush Luxe Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffb4a3;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d7a3c7;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #ffb4a3;
--color-2: #ffc29e;
--color-3: #ff667d;
--color-4: #d7a3c7;
--color-5: #6b5b95;
}

🌈 Blush Luxe Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb4a3, #ffc29e, #ff667d, #d7a3c7, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb4a3, #ffc29e, #ff667d, #d7a3c7, #6b5b95);
}

Blush Luxe Harmony color palette created on .