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: #1f2942;
}
.color-2 {
color: #3b4a8c;
}
.color-3 {
color: #4f6e9c;
}
.color-4 {
color: #98b7e1;
}
.color-5 {
color: #e6e9f0;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3b4a8c;
--color-3: #4f6e9c;
--color-4: #98b7e1;
--color-5: #e6e9f0;
}
Blue Sapphire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3b4a8c, #4f6e9c, #98b7e1, #e6e9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3b4a8c, #4f6e9c, #98b7e1, #e6e9f0);
}
Similar color palettes
Scroll down to explore 100+ Deep color palettes
Blue Sapphire color palette created on .