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: #1f3a61;
}
.color-2 {
color: #2a6b8d;
}
.color-3 {
color: #4bb9a1;
}
.color-4 {
color: #f5b85b;
}
.color-5 {
color: #df9fa8;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a6b8d;
--color-3: #4bb9a1;
--color-4: #f5b85b;
--color-5: #df9fa8;
}
Blue Sapphire background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a6b8d, #4bb9a1, #f5b85b, #df9fa8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a6b8d, #4bb9a1, #f5b85b, #df9fa8);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Sapphire color palette created on .