Mediterranean Mist Color Palette

Discover the beautiful Mediterranean Mist color palette featuring periwinkle gray (#b8c9e0), pigeon post (#a2b5d8), polo blue (#799ccd), havelock blue (#5d8dda) and mariner (#2d7abe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern, Summer 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 Mediterranean Mist palette

Share this palette to:

💻 Mediterranean Mist color palette CSS

/* CSS */
.color-1 {
color: #b8c9e0;
}
.color-2 {
color: #a2b5d8;
}
.color-3 {
color: #799ccd;
}
.color-4 {
color: #5d8dda;
}
.color-5 {
color: #2d7abe;
}

/* CSS Variables */
:root {
--color-1: #b8c9e0;
--color-2: #a2b5d8;
--color-3: #799ccd;
--color-4: #5d8dda;
--color-5: #2d7abe;
}

🌈 Mediterranean Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c9e0, #a2b5d8, #799ccd, #5d8dda, #2d7abe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c9e0, #a2b5d8, #799ccd, #5d8dda, #2d7abe);
}

Mediterranean Mist color palette created on .