Aqua Whisper Color Palette

Discover the beautiful Aqua Whisper color palette featuring blue lagoon (#007c8f), persian green (#00998f), persian green (#00b3aa), robin's egg blue (#00c2b8) and robin's egg blue (#00d6c1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Ocean, 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 Aqua Whisper palette

Share this palette to:

💻 Aqua Whisper color palette CSS

/* CSS */
.color-1 {
color: #007c8f;
}
.color-2 {
color: #00998f;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c2b8;
}
.color-5 {
color: #00d6c1;
}

/* CSS Variables */
:root {
--color-1: #007c8f;
--color-2: #00998f;
--color-3: #00b3aa;
--color-4: #00c2b8;
--color-5: #00d6c1;
}

🌈 Aqua Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c8f, #00998f, #00b3aa, #00c2b8, #00d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c8f, #00998f, #00b3aa, #00c2b8, #00d6c1);
}

Aqua Whisper color palette created on .