Soft Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Harmony palette
Soft Harmony color palette CSS
/* CSS */
.color-1 {
color: #f0c6a3;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #b4d1e9;
}
.color-4 {
color: #a27d6d;
}
.color-5 {
color: #f5d1d2;
}
/* CSS Variables */
:root {
--color-1: #f0c6a3;
--color-2: #e0b59e;
--color-3: #b4d1e9;
--color-4: #a27d6d;
--color-5: #f5d1d2;
}
Soft Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c6a3, #e0b59e, #b4d1e9, #a27d6d, #f5d1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c6a3, #e0b59e, #b4d1e9, #a27d6d, #f5d1d2);
}
Similar color palettes
Soft Harmony color palette created on .