Sapphire and Ruby Color Palette
Discover the beautiful Sapphire and Ruby color palette featuring blumine (#1d4f8c), wedgewood (#4c7c9a), night shadz (#a42d4d), flame pea (#d45c3a) and tan hide (#f9a053).
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 and Ruby palette
💻 Sapphire and Ruby color palette CSS
/* CSS */
.color-1 {
color: #1d4f8c;
}
.color-2 {
color: #4c7c9a;
}
.color-3 {
color: #a42d4d;
}
.color-4 {
color: #d45c3a;
}
.color-5 {
color: #f9a053;
}
/* CSS Variables */
:root {
--color-1: #1d4f8c;
--color-2: #4c7c9a;
--color-3: #a42d4d;
--color-4: #d45c3a;
--color-5: #f9a053;
} 🌈 Sapphire and Ruby background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8c, #4c7c9a, #a42d4d, #d45c3a, #f9a053);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8c, #4c7c9a, #a42d4d, #d45c3a, #f9a053);
} 🔗 Explore similar color palettes
Sapphire and Ruby color palette created on .