Steam Jubilee Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Steam Jubilee palette

Share this palette to:

Steam Jubilee color palette CSS

/* CSS */
.color-1 {
color: #c7e2ff;
}
.color-2 {
color: #a3d3f5;
}
.color-3 {
color: #78b8e3;
}
.color-4 {
color: #3a99d4;
}
.color-5 {
color: #0076a8;
}

/* CSS Variables */
:root {
--color-1: #c7e2ff;
--color-2: #a3d3f5;
--color-3: #78b8e3;
--color-4: #3a99d4;
--color-5: #0076a8;
}

Steam Jubilee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e2ff, #a3d3f5, #78b8e3, #3a99d4, #0076a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e2ff, #a3d3f5, #78b8e3, #3a99d4, #0076a8);
}

Steam Jubilee color palette created on .