Aquarius Color Palette

Discover the beautiful Aquarius color palette featuring cerulean (#01b8eb), malibu (#75e9fc), anakiwa (#9bedfd), bleach white (#fdecd5) and amber (#ffbf0f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCyan 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 Aquarius palette

Share this palette to:

💻 Aquarius color palette CSS

/* CSS */
.color-1 {
color: #01b8eb;
}
.color-2 {
color: #75e9fc;
}
.color-3 {
color: #9bedfd;
}
.color-4 {
color: #fdecd5;
}
.color-5 {
color: #ffbf0f;
}

/* CSS Variables */
:root {
--color-1: #01b8eb;
--color-2: #75e9fc;
--color-3: #9bedfd;
--color-4: #fdecd5;
--color-5: #ffbf0f;
}

🌈 Aquarius background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01b8eb, #75e9fc, #9bedfd, #fdecd5, #ffbf0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01b8eb, #75e9fc, #9bedfd, #fdecd5, #ffbf0f);
}

Aquarius color palette created on .