Calm Waters Color Palette

Discover the beautiful Calm Waters color palette featuring malibu (#95dcf5), ice cold (#a0f4e4), gossip (#d2f7b7), banana mania (#fbe7ae) and apricot peach (#fcc8b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Pastel, Peach, Soft, Spring, Warm 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 Waters palette

Share this palette to:

💻 Calm Waters color palette CSS

/* CSS */
.color-1 {
color: #95dcf5;
}
.color-2 {
color: #a0f4e4;
}
.color-3 {
color: #d2f7b7;
}
.color-4 {
color: #fbe7ae;
}
.color-5 {
color: #fcc8b2;
}

/* CSS Variables */
:root {
--color-1: #95dcf5;
--color-2: #a0f4e4;
--color-3: #d2f7b7;
--color-4: #fbe7ae;
--color-5: #fcc8b2;
}

🌈 Calm Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95dcf5, #a0f4e4, #d2f7b7, #fbe7ae, #fcc8b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95dcf5, #a0f4e4, #d2f7b7, #fbe7ae, #fcc8b2);
}

Calm Waters color palette created on .