Polo Blue Serenity Color Palette
Discover the beautiful Polo Blue Serenity color palette featuring polo blue (#8ea9cc), regent st blue (#a3c7e0), regent st blue (#b1d7e7), iceberg (#e0f0f6) and catskill white (#f8fafc).
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 Polo Blue Serenity palette
💻 Polo Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #8ea9cc;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #b1d7e7;
}
.color-4 {
color: #e0f0f6;
}
.color-5 {
color: #f8fafc;
}
/* CSS Variables */
:root {
--color-1: #8ea9cc;
--color-2: #a3c7e0;
--color-3: #b1d7e7;
--color-4: #e0f0f6;
--color-5: #f8fafc;
} 🌈 Polo Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ea9cc, #a3c7e0, #b1d7e7, #e0f0f6, #f8fafc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ea9cc, #a3c7e0, #b1d7e7, #e0f0f6, #f8fafc);
} 🔗 Explore similar color palettes
Polo Blue Serenity color palette created on .