Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring chateau green (#3f976b), azure radiance (#0091ff), havelock blue (#4b91e2), sushi (#8bc34b) and texas rose (#ffb84d).
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 Blue palette
💻 Shades of Blue color palette CSS
/* CSS */
.color-1 {
color: #3f976b;
}
.color-2 {
color: #0091ff;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #3f976b;
--color-2: #0091ff;
--color-3: #4b91e2;
--color-4: #8bc34b;
--color-5: #ffb84d;
} 🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f976b, #0091ff, #4b91e2, #8bc34b, #ffb84d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f976b, #0091ff, #4b91e2, #8bc34b, #ffb84d);
} 🔗 Explore similar color palettes
Shades of Blue color palette created on .