Deep Sapphire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Sapphire palette

Share this palette to:

Deep Sapphire color palette CSS

/* CSS */
.color-1 {
color: #0b3e75;
}
.color-2 {
color: #16599c;
}
.color-3 {
color: #216eba;
}
.color-4 {
color: #56a4dc;
}
.color-5 {
color: #92dae7;
}

/* CSS Variables */
:root {
--color-1: #0b3e75;
--color-2: #16599c;
--color-3: #216eba;
--color-4: #56a4dc;
--color-5: #92dae7;
}

Deep Sapphire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3e75, #16599c, #216eba, #56a4dc, #92dae7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3e75, #16599c, #216eba, #56a4dc, #92dae7);
}

Similar color palettes

Scroll down to explore 1 Blue color palette

Deep Sapphire color palette created on .