Soft Contrast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Contrast palette
Soft Contrast color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #e0e0c2;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #c3f0a3;
}
.color-5 {
color: #ff8080;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #e0e0c2;
--color-3: #ffb3b3;
--color-4: #c3f0a3;
--color-5: #ff8080;
}
Soft Contrast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #e0e0c2, #ffb3b3, #c3f0a3, #ff8080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #e0e0c2, #ffb3b3, #c3f0a3, #ff8080);
}
Similar color palettes
Scroll down to explore 40 Black color palettes
Soft Contrast color palette created on .