Gentle Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Harmony palette
Gentle Harmony color palette PNG image
Gentle Harmony color palette CSS
/* CSS */
.color-1 {
color: #d98463;
}
.color-2 {
color: #f7c482;
}
.color-3 {
color: #fae8bd;
}
.color-4 {
color: #f5feff;
}
.color-5 {
color: #c9d0d4;
}
/* CSS Variables */
:root {
--color-1: #d98463;
--color-2: #f7c482;
--color-3: #fae8bd;
--color-4: #f5feff;
--color-5: #c9d0d4;
}
Gentle Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d98463, #f7c482, #fae8bd, #f5feff, #c9d0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d98463, #f7c482, #fae8bd, #f5feff, #c9d0d4);
}
Similar color palettes
Scroll down to explore 40+ Apricot color palettes
Gentle Harmony color palette created on .