Cold Color Palette

Discover the beautiful Cold color palette featuring regent st blue (#a1c8e2), glacier (#6b9bc2), astral (#3a7d9c), atoll (#0c4c73) and astronaut blue (#01385b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Cool, Deep, Icy, Light, Modern, Ocean, Spring, Winter 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 Cold palette

Share this palette to:

💻 Cold color palette CSS

/* CSS */
.color-1 {
color: #a1c8e2;
}
.color-2 {
color: #6b9bc2;
}
.color-3 {
color: #3a7d9c;
}
.color-4 {
color: #0c4c73;
}
.color-5 {
color: #01385b;
}

/* CSS Variables */
:root {
--color-1: #a1c8e2;
--color-2: #6b9bc2;
--color-3: #3a7d9c;
--color-4: #0c4c73;
--color-5: #01385b;
}

🌈 Cold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c8e2, #6b9bc2, #3a7d9c, #0c4c73, #01385b);
}

Cold color palette created on .