Whispers of Tranquility Color Palette

Discover the beautiful Whispers of Tranquility color palette featuring black haze (#f7f8f8), pale leaf (#bacfb4), jet stream (#afd0cb), summer green (#a4c1b1) and cascade (#92b0aa).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, 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 Tranquility palette

Share this palette to:

💻 Whispers of Tranquility color palette CSS

/* CSS */
.color-1 {
color: #f7f8f8;
}
.color-2 {
color: #bacfb4;
}
.color-3 {
color: #afd0cb;
}
.color-4 {
color: #a4c1b1;
}
.color-5 {
color: #92b0aa;
}

/* CSS Variables */
:root {
--color-1: #f7f8f8;
--color-2: #bacfb4;
--color-3: #afd0cb;
--color-4: #a4c1b1;
--color-5: #92b0aa;
}

🌈 Whispers of Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f8f8, #bacfb4, #afd0cb, #a4c1b1, #92b0aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f8f8, #bacfb4, #afd0cb, #a4c1b1, #92b0aa);
}

Whispers of Tranquility color palette created on .