Cold Steel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cold Steel palette
Cold Steel color palette PNG image
Cold Steel color palette CSS
/* CSS */
.color-1 {
color: #698d9b;
}
.color-2 {
color: #a1b8c4;
}
.color-3 {
color: #d0e0e7;
}
.color-4 {
color: #f0f7f9;
}
.color-5 {
color: #d5d9dc;
}
/* CSS Variables */
:root {
--color-1: #698d9b;
--color-2: #a1b8c4;
--color-3: #d0e0e7;
--color-4: #f0f7f9;
--color-5: #d5d9dc;
}
Cold Steel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698d9b, #a1b8c4, #d0e0e7, #f0f7f9, #d5d9dc);
}
Similar color palettes
Scroll down to explore 1000+ colors.steel color palettes
Cold Steel color palette created on .