Blue Sapphire Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sapphire palette

Share this palette to:

Blue Sapphire color palette CSS

/* CSS */
.color-1 {
color: #1e3b76;
}
.color-2 {
color: #2f4b92;
}
.color-3 {
color: #405ba0;
}
.color-4 {
color: #88a3ce;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #1e3b76;
--color-2: #2f4b92;
--color-3: #405ba0;
--color-4: #88a3ce;
--color-5: #f1c84b;
}

Blue Sapphire background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b76, #2f4b92, #405ba0, #88a3ce, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b76, #2f4b92, #405ba0, #88a3ce, #f1c84b);
}

Blue Sapphire color palette created on .