Lapis Gemstone Color Palette
Discover the beautiful Lapis Gemstone color palette featuring international klein blue (#05279c), cobalt (#0742bb), science blue (#0a5dd5), dodger blue (#1797f4) and picton blue (#39b4f7).
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 Lapis Gemstone palette
💻 Lapis Gemstone color palette CSS
/* CSS */
.color-1 {
color: #05279c;
}
.color-2 {
color: #0742bb;
}
.color-3 {
color: #0a5dd5;
}
.color-4 {
color: #1797f4;
}
.color-5 {
color: #39b4f7;
}
/* CSS Variables */
:root {
--color-1: #05279c;
--color-2: #0742bb;
--color-3: #0a5dd5;
--color-4: #1797f4;
--color-5: #39b4f7;
} 🌈 Lapis Gemstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05279c, #0742bb, #0a5dd5, #1797f4, #39b4f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05279c, #0742bb, #0a5dd5, #1797f4, #39b4f7);
} 🔗 Explore similar color palettes
Lapis Gemstone color palette created on .