Calm Color Palette

Discover the beautiful Calm color palette featuring sinbad (#a5d1d5), cavern pink (#e2b8b6), marzipan (#f7e3a1), sandy brown (#f2a35f) and copperfield (#d88a5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Light, Modern, Peach, Soft, Spring, Yellow 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 palette

Share this palette to:

💻 Calm color palette CSS

/* CSS */
.color-1 {
color: #a5d1d5;
}
.color-2 {
color: #e2b8b6;
}
.color-3 {
color: #f7e3a1;
}
.color-4 {
color: #f2a35f;
}
.color-5 {
color: #d88a5a;
}

/* CSS Variables */
:root {
--color-1: #a5d1d5;
--color-2: #e2b8b6;
--color-3: #f7e3a1;
--color-4: #f2a35f;
--color-5: #d88a5a;
}

🌈 Calm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d1d5, #e2b8b6, #f7e3a1, #f2a35f, #d88a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d1d5, #e2b8b6, #f7e3a1, #f2a35f, #d88a5a);
}

Calm color palette created on .