Shades of Aquamarine Color Palette
Discover the beautiful Shades of Aquamarine color palette featuring aquamarine (#80ffd4), downy (#65cdaa), eastern blue (#1fb2aa), teal (#008a8a) and blue stone (#006b69).
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 Shades of Aquamarine palette
💻 Shades of Aquamarine color palette CSS
/* CSS */
.color-1 {
color: #80ffd4;
}
.color-2 {
color: #65cdaa;
}
.color-3 {
color: #1fb2aa;
}
.color-4 {
color: #008a8a;
}
.color-5 {
color: #006b69;
}
/* CSS Variables */
:root {
--color-1: #80ffd4;
--color-2: #65cdaa;
--color-3: #1fb2aa;
--color-4: #008a8a;
--color-5: #006b69;
}
🌈 Shades of Aquamarine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80ffd4, #65cdaa, #1fb2aa, #008a8a, #006b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80ffd4, #65cdaa, #1fb2aa, #008a8a, #006b69);
}
🔗 Explore similar color palettes
Shades of Aquamarine color palette created on .