Steel Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Steel Blue palette

Share this palette to:

Steel Blue color palette CSS

/* CSS */
.color-1 {
color: #0965c8;
}
.color-2 {
color: #d6d6d6;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #1bd045;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #0965c8;
--color-2: #d6d6d6;
--color-3: #ff5833;
--color-4: #1bd045;
--color-5: #ffffff;
}

Steel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0965c8, #d6d6d6, #ff5833, #1bd045, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0965c8, #d6d6d6, #ff5833, #1bd045, #ffffff);
}

Steel Blue color palette created on .