Frozen Blue Color Palette

Discover the beautiful Frozen Blue color palette featuring regent st blue (#a8d3e1), turquoise blue (#6bc3e6), scooter (#3aaad9), pacific blue (#0095c7) and allports (#007c9e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cool, Frozen, Light, Summer, Tropical 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 Frozen Blue palette

Share this palette to:

💻 Frozen Blue color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6bc3e6;
}
.color-3 {
color: #3aaad9;
}
.color-4 {
color: #0095c7;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6bc3e6;
--color-3: #3aaad9;
--color-4: #0095c7;
--color-5: #007c9e;
}

🌈 Frozen Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6bc3e6, #3aaad9, #0095c7, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6bc3e6, #3aaad9, #0095c7, #007c9e);
}

Frozen Blue color palette created on .