Deep Sapphire Color Palette
Discover the beautiful Deep Sapphire color palette featuring deep sapphire (#0b3e75), fun blue (#16589a), mariner (#216fbb), havelock blue (#54a4dc) and cornflower (#93dbe7).
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 Deep Sapphire palette
💻 Deep Sapphire color palette CSS
/* CSS */
.color-1 {
color: #0b3e75;
}
.color-2 {
color: #16589a;
}
.color-3 {
color: #216fbb;
}
.color-4 {
color: #54a4dc;
}
.color-5 {
color: #93dbe7;
}
/* CSS Variables */
:root {
--color-1: #0b3e75;
--color-2: #16589a;
--color-3: #216fbb;
--color-4: #54a4dc;
--color-5: #93dbe7;
} 🌈 Deep Sapphire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3e75, #16589a, #216fbb, #54a4dc, #93dbe7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3e75, #16589a, #216fbb, #54a4dc, #93dbe7);
} 🔗 Explore similar color palettes
Deep Sapphire color palette created on .