Pisces Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pisces palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pisces Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pisces color palette created on .