Sapphire Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sapphire Sunset palette
Sapphire Sunset color palette CSS
/* CSS */
.color-1 {
color: #1d3d6d;
}
.color-2 {
color: #4a6d8c;
}
.color-3 {
color: #89999a;
}
.color-4 {
color: #c2b180;
}
.color-5 {
color: #d8a50e;
}
/* CSS Variables */
:root {
--color-1: #1d3d6d;
--color-2: #4a6d8c;
--color-3: #89999a;
--color-4: #c2b180;
--color-5: #d8a50e;
}
Sapphire Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3d6d, #4a6d8c, #89999a, #c2b180, #d8a50e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3d6d, #4a6d8c, #89999a, #c2b180, #d8a50e);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Sapphire Sunset color palette created on .