Shades of Blue Color Palette
Discover the beautiful Shades of Blue color palette featuring rose of sharon (#c35004), milano red (#b21001), paprika (#960334), gulf blue (#061b51) and teal blue (#034c59).
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: #c35004;
}
.color-2 {
color: #b21001;
}
.color-3 {
color: #960334;
}
.color-4 {
color: #061b51;
}
.color-5 {
color: #034c59;
}
/* CSS Variables */
:root {
--color-1: #c35004;
--color-2: #b21001;
--color-3: #960334;
--color-4: #061b51;
--color-5: #034c59;
}
🌈 Shades of Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35004, #b21001, #960334, #061b51, #034c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35004, #b21001, #960334, #061b51, #034c59);
}
🔗 Explore similar color palettes
Shades of Blue color palette created on .