Discover the beautiful Aquatic Serenity color palette featuring picton blue (#37b4e1), picton blue (#4fc1e3), turquoise blue (#6cd7e5), water leaf (#a1e3e8) and mint tulip (#b7f0f1).

Aquatic Serenity 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 Aquatic Serenity palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Aquatic Serenity palette

Share this palette to:

💻 Aquatic Serenity color palette CSS

/* CSS */
.color-1 {
color: #37b4e1;
}
.color-2 {
color: #4fc1e3;
}
.color-3 {
color: #6cd7e5;
}
.color-4 {
color: #a1e3e8;
}
.color-5 {
color: #b7f0f1;
}

/* CSS Variables */
:root {
--color-1: #37b4e1;
--color-2: #4fc1e3;
--color-3: #6cd7e5;
--color-4: #a1e3e8;
--color-5: #b7f0f1;
}

🌈 Aquatic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37b4e1, #4fc1e3, #6cd7e5, #a1e3e8, #b7f0f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37b4e1, #4fc1e3, #6cd7e5, #a1e3e8, #b7f0f1);
}

Aquatic Serenity color palette created on .