Pisces Color Palette

Discover the beautiful Pisces color palette featuring glacier (#6b9ec2), cornflower (#8dbfe7), sail (#b4e0f8), azalea (#f7c5c5) and wewak (#f1a7b2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Feminine, Light, Pink, Spring, Summer, Tropical 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 Pisces palette

Share this palette to:

💻 Pisces color palette CSS

/* CSS */
.color-1 {
color: #6b9ec2;
}
.color-2 {
color: #8dbfe7;
}
.color-3 {
color: #b4e0f8;
}
.color-4 {
color: #f7c5c5;
}
.color-5 {
color: #f1a7b2;
}

/* CSS Variables */
:root {
--color-1: #6b9ec2;
--color-2: #8dbfe7;
--color-3: #b4e0f8;
--color-4: #f7c5c5;
--color-5: #f1a7b2;
}

🌈 Pisces background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9ec2, #8dbfe7, #b4e0f8, #f7c5c5, #f1a7b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9ec2, #8dbfe7, #b4e0f8, #f7c5c5, #f1a7b2);
}

Pisces color palette created on .