Serenity Blossoms Color Palette

Discover the beautiful Serenity Blossoms color palette featuring light orchid (#e7b1cf), mandys pink (#f3c7b4), sidecar (#f4e4b8), celadon (#b9e5b8) and regent st blue (#a1d5e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Bright, Green, Blue 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 Serenity Blossoms palette

Share this palette to:

💻 Serenity Blossoms color palette CSS

/* CSS */
.color-1 {
color: #e7b1cf;
}
.color-2 {
color: #f3c7b4;
}
.color-3 {
color: #f4e4b8;
}
.color-4 {
color: #b9e5b8;
}
.color-5 {
color: #a1d5e8;
}

/* CSS Variables */
:root {
--color-1: #e7b1cf;
--color-2: #f3c7b4;
--color-3: #f4e4b8;
--color-4: #b9e5b8;
--color-5: #a1d5e8;
}

🌈 Serenity Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b1cf, #f3c7b4, #f4e4b8, #b9e5b8, #a1d5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b1cf, #f3c7b4, #f4e4b8, #b9e5b8, #a1d5e8);
}

Serenity Blossoms color palette created on .