Shades of Cobalt Color Palette
Discover the beautiful Shades of Cobalt color palette featuring san marino (#3e70b6), boston blue (#408fba), shakespeare (#49a7d0), seagull (#73c3e7) and morning glory (#9cd2dd).
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 Shades of Cobalt palette
💻 Shades of Cobalt color palette CSS
/* CSS */
.color-1 {
color: #3e70b6;
}
.color-2 {
color: #408fba;
}
.color-3 {
color: #49a7d0;
}
.color-4 {
color: #73c3e7;
}
.color-5 {
color: #9cd2dd;
}
/* CSS Variables */
:root {
--color-1: #3e70b6;
--color-2: #408fba;
--color-3: #49a7d0;
--color-4: #73c3e7;
--color-5: #9cd2dd;
} 🌈 Shades of Cobalt background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e70b6, #408fba, #49a7d0, #73c3e7, #9cd2dd);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e70b6, #408fba, #49a7d0, #73c3e7, #9cd2dd);
} 🔗 Explore similar color palettes
Shades of Cobalt color palette created on .