Serenity in Bloom Color Palette

Discover the beautiful Serenity in Bloom color palette featuring pampas (#eae5e1), indian khaki (#bda893), havelock blue (#4287d7), sand dune (#847062) and cerise (#dd3190).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWarm, Modern, Spring, Summer 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 in Bloom palette

Share this palette to:

💻 Serenity in Bloom color palette CSS

/* CSS */
.color-1 {
color: #eae5e1;
}
.color-2 {
color: #bda893;
}
.color-3 {
color: #4287d7;
}
.color-4 {
color: #847062;
}
.color-5 {
color: #dd3190;
}

/* CSS Variables */
:root {
--color-1: #eae5e1;
--color-2: #bda893;
--color-3: #4287d7;
--color-4: #847062;
--color-5: #dd3190;
}

🌈 Serenity in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eae5e1, #bda893, #4287d7, #847062, #dd3190);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eae5e1, #bda893, #4287d7, #847062, #dd3190);
}

Serenity in Bloom color palette created on .