Whispers of Serenity Color Palette

Discover the beautiful Whispers of Serenity color palette featuring tropical blue (#c9def9), sail (#afddf9), moon raker (#d5c7f6), tropical blue (#b8c6f8) and perfume (#c3aff7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Pastel, Soft, Spring 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: #c9def9;
}
.color-2 {
color: #afddf9;
}
.color-3 {
color: #d5c7f6;
}
.color-4 {
color: #b8c6f8;
}
.color-5 {
color: #c3aff7;
}

/* CSS Variables */
:root {
--color-1: #c9def9;
--color-2: #afddf9;
--color-3: #d5c7f6;
--color-4: #b8c6f8;
--color-5: #c3aff7;
}

🌈 Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9def9, #afddf9, #d5c7f6, #b8c6f8, #c3aff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9def9, #afddf9, #d5c7f6, #b8c6f8, #c3aff7);
}

Whispers of Serenity color palette created on .