Black Sapphire Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Sapphire Shades palette
Black Sapphire Shades color palette CSS
/* CSS */
.color-1 {
color: #0e1d2a;
}
.color-2 {
color: #294c65;
}
.color-3 {
color: #4b7b91;
}
.color-4 {
color: #6ab9b2;
}
.color-5 {
color: #a4dad1;
}
/* CSS Variables */
:root {
--color-1: #0e1d2a;
--color-2: #294c65;
--color-3: #4b7b91;
--color-4: #6ab9b2;
--color-5: #a4dad1;
}
Black Sapphire Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e1d2a, #294c65, #4b7b91, #6ab9b2, #a4dad1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e1d2a, #294c65, #4b7b91, #6ab9b2, #a4dad1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Black Sapphire Shades color palette created on .