Lapis Color Palette

Discover the beautiful Lapis color palette featuring international klein blue (#0036a6), cobalt (#0041bb), science blue (#0054d6), science blue (#0071d9) and cerulean (#00a9ea).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Deep, Fun, Modern, Ocean, Summer, Tropical, Vibrant color palettes and combinations.

💡 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 palette

Share this palette to:

💻 Lapis color palette CSS

/* CSS */
.color-1 {
color: #0036a6;
}
.color-2 {
color: #0041bb;
}
.color-3 {
color: #0054d6;
}
.color-4 {
color: #0071d9;
}
.color-5 {
color: #00a9ea;
}

/* CSS Variables */
:root {
--color-1: #0036a6;
--color-2: #0041bb;
--color-3: #0054d6;
--color-4: #0071d9;
--color-5: #00a9ea;
}

🌈 Lapis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0036a6, #0041bb, #0054d6, #0071d9, #00a9ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0036a6, #0041bb, #0054d6, #0071d9, #00a9ea);
}

Lapis color palette created on .