Whispers of Serenity Color Palette
Discover the beautiful Whispers of Serenity color palette featuring mischka (#d1d6de), cold turkey (#cbb8b7), cadet blue (#a3b7c4), half baked (#7fc0d0) and hit gray (#94a3a8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Modern, Pastel, 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
💻 Whispers of Serenity color palette CSS
/* CSS */
.color-1 {
color: #d1d6de;
}
.color-2 {
color: #cbb8b7;
}
.color-3 {
color: #a3b7c4;
}
.color-4 {
color: #7fc0d0;
}
.color-5 {
color: #94a3a8;
}
/* CSS Variables */
:root {
--color-1: #d1d6de;
--color-2: #cbb8b7;
--color-3: #a3b7c4;
--color-4: #7fc0d0;
--color-5: #94a3a8;
} 🌈 Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d6de, #cbb8b7, #a3b7c4, #7fc0d0, #94a3a8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d6de, #cbb8b7, #a3b7c4, #7fc0d0, #94a3a8);
} 🔗 Explore similar color palettes
Whispers of Serenity color palette created on .