Sweet Blush Serenade Color Palette

Discover the beautiful Sweet Blush Serenade color palette featuring vanilla ice (#f6e4e7), we peep (#f5d7d8), beauty bush (#f3caca), mandys pink (#f2bebd) and zinnwaldite (#ebaeae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withElegant, Feminine, Light, Muted, Pink, Soft, Summer, 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 Sweet Blush Serenade palette

Share this palette to:

💻 Sweet Blush Serenade color palette CSS

/* CSS */
.color-1 {
color: #f6e4e7;
}
.color-2 {
color: #f5d7d8;
}
.color-3 {
color: #f3caca;
}
.color-4 {
color: #f2bebd;
}
.color-5 {
color: #ebaeae;
}

/* CSS Variables */
:root {
--color-1: #f6e4e7;
--color-2: #f5d7d8;
--color-3: #f3caca;
--color-4: #f2bebd;
--color-5: #ebaeae;
}

🌈 Sweet Blush Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4e7, #f5d7d8, #f3caca, #f2bebd, #ebaeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4e7, #f5d7d8, #f3caca, #f2bebd, #ebaeae);
}

Sweet Blush Serenade color palette created on .