Whispers of Serenity Color Palette

Discover the beautiful Whispers of Serenity color palette featuring mandys pink (#f4cfc8), gray suit (#cbc3d5), sinbad (#96ced4), porsche (#e7a155) and edward (#a8acad).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Soft, Boho, Autumn 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 Whispers of Serenity palette

Share this palette to:

💻 Whispers of Serenity color palette CSS

/* CSS */
.color-1 {
color: #f4cfc8;
}
.color-2 {
color: #cbc3d5;
}
.color-3 {
color: #96ced4;
}
.color-4 {
color: #e7a155;
}
.color-5 {
color: #a8acad;
}

/* CSS Variables */
:root {
--color-1: #f4cfc8;
--color-2: #cbc3d5;
--color-3: #96ced4;
--color-4: #e7a155;
--color-5: #a8acad;
}

🌈 Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}

Whispers of Serenity color palette created on .