Lapis Gemstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lapis Gemstone palette
Lapis Gemstone color palette PNG image
Lapis Gemstone color palette CSS
/* CSS */
.color-1 {
color: #05299e;
}
.color-2 {
color: #0743bb;
}
.color-3 {
color: #0a5fd6;
}
.color-4 {
color: #1597f4;
}
.color-5 {
color: #3bb5f7;
}
/* CSS Variables */
:root {
--color-1: #05299e;
--color-2: #0743bb;
--color-3: #0a5fd6;
--color-4: #1597f4;
--color-5: #3bb5f7;
}
Lapis Gemstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05299e, #0743bb, #0a5fd6, #1597f4, #3bb5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05299e, #0743bb, #0a5fd6, #1597f4, #3bb5f7);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Lapis Gemstone color palette created on .