Sapphire Summer Color Palette
Discover the beautiful Sapphire Summer color palette featuring bay of many (#2b2c88), indigo (#4f5ebf), havelock blue (#6d7edf), jordy blue (#86a5f4) and anakiwa (#a3c8ff).
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 Sapphire Summer palette
💻 Sapphire Summer color palette CSS
/* CSS */
.color-1 {
color: #2b2c88;
}
.color-2 {
color: #4f5ebf;
}
.color-3 {
color: #6d7edf;
}
.color-4 {
color: #86a5f4;
}
.color-5 {
color: #a3c8ff;
}
/* CSS Variables */
:root {
--color-1: #2b2c88;
--color-2: #4f5ebf;
--color-3: #6d7edf;
--color-4: #86a5f4;
--color-5: #a3c8ff;
} 🌈 Sapphire Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2c88, #4f5ebf, #6d7edf, #86a5f4, #a3c8ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2c88, #4f5ebf, #6d7edf, #86a5f4, #a3c8ff);
} 🔗 Explore similar color palettes
Sapphire Summer color palette created on .