Steel Blue Contrast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Steel Blue Contrast palette
Steel Blue Contrast color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #6ab9f0;
}
.color-3 {
color: #a1dff7;
}
.color-4 {
color: #f3f4f7;
}
.color-5 {
color: #f5b042;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #6ab9f0;
--color-3: #a1dff7;
--color-4: #f3f4f7;
--color-5: #f5b042;
}
Steel Blue Contrast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #6ab9f0, #a1dff7, #f3f4f7, #f5b042);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #6ab9f0, #a1dff7, #f3f4f7, #f5b042);
}
Similar color palettes
Steel Blue Contrast color palette created on .