Neutral Cold Color Palette

Discover the beautiful Neutral Cold color palette featuring cadet blue (#a2b0c3), athens gray (#f3f5f7), mystic (#e0e6eb), casper (#b6c8d8) and bali hai (#8ca1b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Light, Modern, Neutral, 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 Neutral Cold palette

Share this palette to:

💻 Neutral Cold color palette CSS

/* CSS */
.color-1 {
color: #a2b0c3;
}
.color-2 {
color: #f3f5f7;
}
.color-3 {
color: #e0e6eb;
}
.color-4 {
color: #b6c8d8;
}
.color-5 {
color: #8ca1b5;
}

/* CSS Variables */
:root {
--color-1: #a2b0c3;
--color-2: #f3f5f7;
--color-3: #e0e6eb;
--color-4: #b6c8d8;
--color-5: #8ca1b5;
}

🌈 Neutral Cold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b0c3, #f3f5f7, #e0e6eb, #b6c8d8, #8ca1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b0c3, #f3f5f7, #e0e6eb, #b6c8d8, #8ca1b5);
}

Neutral Cold color palette created on .