Calm Serenity Color Palette

Discover the beautiful Calm Serenity color palette featuring santas gray (#a0a0b1), bombay (#b4b8c0), ghost (#c2c5d0), black haze (#e1e5e4) and casablanca (#f2b950).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Earthy, Light, Neutral, Soft 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 Calm Serenity palette

Share this palette to:

💻 Calm Serenity color palette CSS

/* CSS */
.color-1 {
color: #a0a0b1;
}
.color-2 {
color: #b4b8c0;
}
.color-3 {
color: #c2c5d0;
}
.color-4 {
color: #e1e5e4;
}
.color-5 {
color: #f2b950;
}

/* CSS Variables */
:root {
--color-1: #a0a0b1;
--color-2: #b4b8c0;
--color-3: #c2c5d0;
--color-4: #e1e5e4;
--color-5: #f2b950;
}

🌈 Calm Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0a0b1, #b4b8c0, #c2c5d0, #e1e5e4, #f2b950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0a0b1, #b4b8c0, #c2c5d0, #e1e5e4, #f2b950);
}

Calm Serenity color palette created on .