Polo Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Polo Breeze palette
Polo Breeze color palette CSS
/* CSS */
.color-1 {
color: #3b8bba;
}
.color-2 {
color: #5abece;
}
.color-3 {
color: #7de2e3;
}
.color-4 {
color: #98f6e9;
}
.color-5 {
color: #c3f9d7;
}
/* CSS Variables */
:root {
--color-1: #3b8bba;
--color-2: #5abece;
--color-3: #7de2e3;
--color-4: #98f6e9;
--color-5: #c3f9d7;
}
Polo Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8bba, #5abece, #7de2e3, #98f6e9, #c3f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8bba, #5abece, #7de2e3, #98f6e9, #c3f9d7);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Polo Breeze color palette created on .