Serene Blush Retreat Color Palette

Discover the beautiful Serene Blush Retreat color palette featuring azalea (#f8c9d1), shilo (#eabab8), eunry (#d4a7a1), oriental pink (#c79c8a) and brandy rose (#b68b77).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Beige, Pink, Warm, Neutral 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 Serene Blush Retreat palette

Share this palette to:

💻 Serene Blush Retreat color palette CSS

/* CSS */
.color-1 {
color: #f8c9d1;
}
.color-2 {
color: #eabab8;
}
.color-3 {
color: #d4a7a1;
}
.color-4 {
color: #c79c8a;
}
.color-5 {
color: #b68b77;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #eabab8;
--color-3: #d4a7a1;
--color-4: #c79c8a;
--color-5: #b68b77;
}

🌈 Serene Blush Retreat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #eabab8, #d4a7a1, #c79c8a, #b68b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #eabab8, #d4a7a1, #c79c8a, #b68b77);
}

Serene Blush Retreat color palette created on .