Sapphire Dream Color Palette
Discover the beautiful Sapphire Dream color palette featuring biscay (#1e3a76), calypso (#3b7e9b), fountain blue (#5eb5c5), riptide (#8ce3e2) and humming bird (#cef4f8).
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 Dream palette
💻 Sapphire Dream color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3b7e9b;
}
.color-3 {
color: #5eb5c5;
}
.color-4 {
color: #8ce3e2;
}
.color-5 {
color: #cef4f8;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b7e9b;
--color-3: #5eb5c5;
--color-4: #8ce3e2;
--color-5: #cef4f8;
} 🌈 Sapphire Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b7e9b, #5eb5c5, #8ce3e2, #cef4f8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b7e9b, #5eb5c5, #8ce3e2, #cef4f8);
} 🔗 Explore similar color palettes
Sapphire Dream color palette created on .