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: #3b4b87;
}
.color-3 {
color: #5e70a1;
}
.color-4 {
color: #b7a55c;
}
.color-5 {
color: #d77d3c;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3b4b87;
--color-3: #5e70a1;
--color-4: #b7a55c;
--color-5: #d77d3c;
}
Blue Sapphire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3b4b87, #5e70a1, #b7a55c, #d77d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3b4b87, #5e70a1, #b7a55c, #d77d3c);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Blue Sapphire color palette created on .