Whispers of Serenity Color Palette

Discover the beautiful Whispers of Serenity color palette featuring iron (#dee1e3), french gray (#bcc1c7), tan (#cdb77e), bali hai (#8a9db7) and jumbo (#797a86).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Boho, Autumn, Neutral 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: #dee1e3;
}
.color-2 {
color: #bcc1c7;
}
.color-3 {
color: #cdb77e;
}
.color-4 {
color: #8a9db7;
}
.color-5 {
color: #797a86;
}

/* CSS Variables */
:root {
--color-1: #dee1e3;
--color-2: #bcc1c7;
--color-3: #cdb77e;
--color-4: #8a9db7;
--color-5: #797a86;
}

🌈 Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dee1e3, #bcc1c7, #cdb77e, #8a9db7, #797a86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dee1e3, #bcc1c7, #cdb77e, #8a9db7, #797a86);
}

Whispers of Serenity color palette created on .