Soft Contrasts Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Contrasts palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Contrasts Color Palette (PNG)
Soft Contrasts color palette CSS
/* CSS */
.color-1 {
color: #808080;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #b2e1e1;
}
.color-4 {
color: #f2c4c4;
}
.color-5 {
color: #f2d6ca;
}
/* CSS Variables */
:root {
--color-1: #808080;
--color-2: #e0e0e0;
--color-3: #b2e1e1;
--color-4: #f2c4c4;
--color-5: #f2d6ca;
}
Soft Contrasts background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #808080, #e0e0e0, #b2e1e1, #f2c4c4, #f2d6ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #808080, #e0e0e0, #b2e1e1, #f2c4c4, #f2d6ca);
}
Similar color palettes
Scroll down to explore 100+ Gray color palettes
Soft Contrasts color palette created on .