Sapphire Bliss Color Palette
Discover the beautiful Sapphire Bliss color palette featuring sapphire (#2f509d), san marino (#4b6caf), danube (#6d8fd5), spindle (#a6c5e8) and pattens blue (#e0f2ff).
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 Bliss palette
💻 Sapphire Bliss color palette CSS
/* CSS */
.color-1 {
color: #2f509d;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #6d8fd5;
}
.color-4 {
color: #a6c5e8;
}
.color-5 {
color: #e0f2ff;
}
/* CSS Variables */
:root {
--color-1: #2f509d;
--color-2: #4b6caf;
--color-3: #6d8fd5;
--color-4: #a6c5e8;
--color-5: #e0f2ff;
} 🌈 Sapphire Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f509d, #4b6caf, #6d8fd5, #a6c5e8, #e0f2ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f509d, #4b6caf, #6d8fd5, #a6c5e8, #e0f2ff);
} 🔗 Explore similar color palettes
Sapphire Bliss color palette created on .