Whispers of Soft Stone Color Palette

Discover the beautiful Whispers of Soft Stone color palette featuring catskill white (#f8fafc), bon jour (#e9e8e9), alto (#dfdddd), quill gray (#d2d1d0) and cloud (#c6c4c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Neutral, Gray, Soft, Beige, Cream, Minimalist, Elegant, Modern 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 Soft Stone palette

Share this palette to:

💻 Whispers of Soft Stone color palette CSS

/* CSS */
.color-1 {
color: #f8fafc;
}
.color-2 {
color: #e9e8e9;
}
.color-3 {
color: #dfdddd;
}
.color-4 {
color: #d2d1d0;
}
.color-5 {
color: #c6c4c3;
}

/* CSS Variables */
:root {
--color-1: #f8fafc;
--color-2: #e9e8e9;
--color-3: #dfdddd;
--color-4: #d2d1d0;
--color-5: #c6c4c3;
}

🌈 Whispers of Soft Stone background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fafc, #e9e8e9, #dfdddd, #d2d1d0, #c6c4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fafc, #e9e8e9, #dfdddd, #d2d1d0, #c6c4c3);
}

Whispers of Soft Stone color palette created on .