Piscina Color Palette

Discover the beautiful Piscina color palette featuring bondi blue (#009bb3), persian green (#00b39e), caribbean green (#00cc8f), conifer (#99e64c) and mustard (#ffdb4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Green, Summer, Sun, Vibrant, Yellow 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

UI Examples

Explore beautiful UI components with Piscina palette

Share this palette to:

💻 Piscina color palette CSS

/* CSS */
.color-1 {
color: #009bb3;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #00cc8f;
}
.color-4 {
color: #99e64c;
}
.color-5 {
color: #ffdb4d;
}

/* CSS Variables */
:root {
--color-1: #009bb3;
--color-2: #00b39e;
--color-3: #00cc8f;
--color-4: #99e64c;
--color-5: #ffdb4d;
}

🌈 Piscina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009bb3, #00b39e, #00cc8f, #99e64c, #ffdb4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009bb3, #00b39e, #00cc8f, #99e64c, #ffdb4d);
}

Piscina color palette created on .