Steel Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Steel Serenity palette

Share this palette to:

Steel Serenity color palette CSS

/* CSS */
.color-1 {
color: #1c1e21;
}
.color-2 {
color: #3b4044;
}
.color-3 {
color: #5d6369;
}
.color-4 {
color: #8a979e;
}
.color-5 {
color: #b0c3c9;
}

/* CSS Variables */
:root {
--color-1: #1c1e21;
--color-2: #3b4044;
--color-3: #5d6369;
--color-4: #8a979e;
--color-5: #b0c3c9;
}

Steel Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e21, #3b4044, #5d6369, #8a979e, #b0c3c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e21, #3b4044, #5d6369, #8a979e, #b0c3c9);
}

Steel Serenity color palette created on .