Soft Grayscale Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Grayscale palette

Share this palette to:

Soft Grayscale color palette PNG image

Download soft grayscale color palette PNG image (landscape)
Download soft grayscale color palette PNG image (square)

Soft Grayscale color palette CSS

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #3a3c5a;
}
.color-3 {
color: #656776;
}
.color-4 {
color: #a8a8a8;
}
.color-5 {
color: #d4d4d4;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #3a3c5a;
--color-3: #656776;
--color-4: #a8a8a8;
--color-5: #d4d4d4;
}

Soft Grayscale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #3a3c5a, #656776, #a8a8a8, #d4d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #3a3c5a, #656776, #a8a8a8, #d4d4d4);
}

Similar color palettes

Scroll down to explore 3 80s color palettes

Soft Grayscale color palette created on .