Lapis Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lapis Blue palette

Share this palette to:

Lapis Blue color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a6fb0;
}
.color-3 {
color: #6c9fd5;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d9e6f2;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a6fb0;
--color-3: #6c9fd5;
--color-4: #a3c7e0;
--color-5: #d9e6f2;
}

Lapis Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a6fb0, #6c9fd5, #a3c7e0, #d9e6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a6fb0, #6c9fd5, #a3c7e0, #d9e6f2);
}

Lapis Blue color palette created on .