Blue Post-Soviet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Post-Soviet palette

Share this palette to:

Blue Post-Soviet color palette CSS

/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #b0c4de;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #b0c4de;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #ff6347;
}

Blue Post-Soviet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #b0c4de, #4682b4, #609d9f, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #b0c4de, #4682b4, #609d9f, #ff6347);
}

Blue Post-Soviet color palette created on .