Calm Blue Color Palette

Discover the beautiful Calm Blue color palette featuring morning glory (#a8d4e1), parchment (#f2e4d4), chantilly (#f8b9ce), mandys pink (#f7c8bb) and zinnwaldite (#e9b0a5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Blue, Soft, 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 Calm Blue palette

Share this palette to:

💻 Calm Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d4e1;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f8b9ce;
}
.color-4 {
color: #f7c8bb;
}
.color-5 {
color: #e9b0a5;
}

/* CSS Variables */
:root {
--color-1: #a8d4e1;
--color-2: #f2e4d4;
--color-3: #f8b9ce;
--color-4: #f7c8bb;
--color-5: #e9b0a5;
}

🌈 Calm Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d4e1, #f2e4d4, #f8b9ce, #f7c8bb, #e9b0a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d4e1, #f2e4d4, #f8b9ce, #f7c8bb, #e9b0a5);
}

Calm Blue color palette created on .