Calm Blue Breeze Color Palette

Discover the beautiful Calm Blue Breeze color palette featuring morning glory (#a3d5e0), pigeon post (#a5c8d4), casper (#a2b8c8), double colonial white (#f0e1b7) and cashmere (#e6aea3).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Calm Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #a5c8d4;
}
.color-3 {
color: #a2b8c8;
}
.color-4 {
color: #f0e1b7;
}
.color-5 {
color: #e6aea3;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #a5c8d4;
--color-3: #a2b8c8;
--color-4: #f0e1b7;
--color-5: #e6aea3;
}

🌈 Calm Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #a5c8d4, #a2b8c8, #f0e1b7, #e6aea3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #a5c8d4, #a2b8c8, #f0e1b7, #e6aea3);
}

Calm Blue Breeze color palette created on .