Blue Saphira Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Saphira palette
Blue Saphira color palette CSS
/* CSS */
.color-1 {
color: #3c7fbe;
}
.color-2 {
color: #60b4d2;
}
.color-3 {
color: #a1e5e8;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f26f3a;
}
/* CSS Variables */
:root {
--color-1: #3c7fbe;
--color-2: #60b4d2;
--color-3: #a1e5e8;
--color-4: #f6b83c;
--color-5: #f26f3a;
}
Blue Saphira background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c7fbe, #60b4d2, #a1e5e8, #f6b83c, #f26f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c7fbe, #60b4d2, #a1e5e8, #f6b83c, #f26f3a);
}
Similar color palettes
Blue Saphira color palette created on .