Sapphire Uniform Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sapphire Uniform palette
Sapphire Uniform color palette PNG image
Sapphire Uniform color palette CSS
/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #4a8ea1;
}
.color-3 {
color: #79c0c8;
}
.color-4 {
color: #ade1e0;
}
.color-5 {
color: #f6f1d5;
}
/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #4a8ea1;
--color-3: #79c0c8;
--color-4: #ade1e0;
--color-5: #f6f1d5;
}
Sapphire Uniform background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #4a8ea1, #79c0c8, #ade1e0, #f6f1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #4a8ea1, #79c0c8, #ade1e0, #f6f1d5);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Sapphire Uniform color palette created on .