Blue Sapphire Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sapphire palette
Blue Sapphire color palette CSS
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #5b6c9f;
}
.color-4 {
color: #8ca1c0;
}
.color-5 {
color: #b6c8d8;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3b4b8c;
--color-3: #5b6c9f;
--color-4: #8ca1c0;
--color-5: #b6c8d8;
}
Blue Sapphire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3b4b8c, #5b6c9f, #8ca1c0, #b6c8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3b4b8c, #5b6c9f, #8ca1c0, #b6c8d8);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Blue Sapphire color palette created on .