Steel Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Steel Blue palette
Steel Blue color palette CSS
/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #bdc3c7;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #bdc3c7;
--color-3: #e77e23;
--color-4: #28af60;
--color-5: #ffffff;
}
Steel Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #bdc3c7, #e77e23, #28af60, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #bdc3c7, #e77e23, #28af60, #ffffff);
}
Similar color palettes
Steel Blue color palette created on .