Whispers of Serenity Color Palette

Discover the beautiful Whispers of Serenity color palette featuring we peep (#f2c5d3), nepal (#92b7c4), regent st blue (#a7d8e7), blue haze (#d2c8df) and snuff (#f2e2f3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Blue, Pastel, Soft 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: #f2c5d3;
}
.color-2 {
color: #92b7c4;
}
.color-3 {
color: #a7d8e7;
}
.color-4 {
color: #d2c8df;
}
.color-5 {
color: #f2e2f3;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #92b7c4;
--color-3: #a7d8e7;
--color-4: #d2c8df;
--color-5: #f2e2f3;
}

🌈 Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #92b7c4, #a7d8e7, #d2c8df, #f2e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #92b7c4, #a7d8e7, #d2c8df, #f2e2f3);
}

Whispers of Serenity color palette created on .