Sapphire Mystique Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sapphire Mystique palette
Sapphire Mystique color palette CSS
/* CSS */
.color-1 {
color: #3d5a99;
}
.color-2 {
color: #5f7e9b;
}
.color-3 {
color: #90a3b2;
}
.color-4 {
color: #c5d8e2;
}
.color-5 {
color: #f1f6f8;
}
/* CSS Variables */
:root {
--color-1: #3d5a99;
--color-2: #5f7e9b;
--color-3: #90a3b2;
--color-4: #c5d8e2;
--color-5: #f1f6f8;
}
Sapphire Mystique background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a99, #5f7e9b, #90a3b2, #c5d8e2, #f1f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a99, #5f7e9b, #90a3b2, #c5d8e2, #f1f6f8);
}
Similar color palettes
Sapphire Mystique color palette created on .