Discover the beautiful Aqua Dreamscape color palette featuring curious blue (#1e93e6), picton blue (#3ab9e4), turquoise blue (#6dd4e8), water leaf (#a9e1ea) and polar (#eef8fc).

Aqua Dreamscape Color Palette

Brightness

Saturation

Warmth

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

Explore how the Aqua Dreamscape palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

Share this palette to:

💻 Aqua Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1e93e6;
}
.color-2 {
color: #3ab9e4;
}
.color-3 {
color: #6dd4e8;
}
.color-4 {
color: #a9e1ea;
}
.color-5 {
color: #eef8fc;
}

/* CSS Variables */
:root {
--color-1: #1e93e6;
--color-2: #3ab9e4;
--color-3: #6dd4e8;
--color-4: #a9e1ea;
--color-5: #eef8fc;
}

🌈 Aqua Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e93e6, #3ab9e4, #6dd4e8, #a9e1ea, #eef8fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e93e6, #3ab9e4, #6dd4e8, #a9e1ea, #eef8fc);
}

Aqua Dreamscape color palette created on .