Soft Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Harmony palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Harmony Color Palette (PNG)
Soft Harmony color palette CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #f5c2c2;
}
.color-3 {
color: #a4e0d7;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #f5c2c2;
--color-3: #a4e0d7;
--color-4: #ffb3b3;
--color-5: #ffffff;
}
Soft Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #f5c2c2, #a4e0d7, #ffb3b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #f5c2c2, #a4e0d7, #ffb3b3, #ffffff);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Soft Harmony color palette created on .