Soft Aqua Color Palette
Discover the beautiful Soft Aqua color palette featuring mint tulip (#c9f2f0), morning glory (#a3e0df), bermuda (#76d5d0), puerto rico (#4dc7c5) and puerto rico (#2eb8b5).
Brightness
Saturation
Warmth
💡 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 Soft Aqua palette
💻 Soft Aqua color palette CSS
/* CSS */
.color-1 {
color: #c9f2f0;
}
.color-2 {
color: #a3e0df;
}
.color-3 {
color: #76d5d0;
}
.color-4 {
color: #4dc7c5;
}
.color-5 {
color: #2eb8b5;
}
/* CSS Variables */
:root {
--color-1: #c9f2f0;
--color-2: #a3e0df;
--color-3: #76d5d0;
--color-4: #4dc7c5;
--color-5: #2eb8b5;
} 🌈 Soft Aqua background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9f2f0, #a3e0df, #76d5d0, #4dc7c5, #2eb8b5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9f2f0, #a3e0df, #76d5d0, #4dc7c5, #2eb8b5);
} 🔗 Explore similar color palettes
Soft Aqua color palette created on .