Pisces Zodiac Seafoam Color Palette
Discover the beautiful Pisces Zodiac Seafoam color palette featuring bright turquoise (#2ef5c3), java (#1ac1b3), persian green (#00998a), pine green (#007a6c) and blue stone (#005c51).
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 Pisces Zodiac Seafoam palette
💻 Pisces Zodiac Seafoam color palette CSS
/* CSS */
.color-1 {
color: #2ef5c3;
}
.color-2 {
color: #1ac1b3;
}
.color-3 {
color: #00998a;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #005c51;
}
/* CSS Variables */
:root {
--color-1: #2ef5c3;
--color-2: #1ac1b3;
--color-3: #00998a;
--color-4: #007a6c;
--color-5: #005c51;
} 🌈 Pisces Zodiac Seafoam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ef5c3, #1ac1b3, #00998a, #007a6c, #005c51);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ef5c3, #1ac1b3, #00998a, #007a6c, #005c51);
} 🔗 Explore similar color palettes
Pisces Zodiac Seafoam color palette created on .