Aqua Dreamscape Color Palette

Discover the beautiful Aqua Dreamscape color palette featuring cerulean (#00b0e0), shamrock (#4bd2a1), chinook (#a1e3b6), mandys pink (#f5c6c2) and vivid tangerine (#ff8a8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coral, 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 Dreamscape palette

Share this palette to:

💻 Aqua Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #00b0e0;
}
.color-2 {
color: #4bd2a1;
}
.color-3 {
color: #a1e3b6;
}
.color-4 {
color: #f5c6c2;
}
.color-5 {
color: #ff8a8a;
}

/* CSS Variables */
:root {
--color-1: #00b0e0;
--color-2: #4bd2a1;
--color-3: #a1e3b6;
--color-4: #f5c6c2;
--color-5: #ff8a8a;
}

🌈 Aqua Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b0e0, #4bd2a1, #a1e3b6, #f5c6c2, #ff8a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b0e0, #4bd2a1, #a1e3b6, #f5c6c2, #ff8a8a);
}

Aqua Dreamscape color palette created on .