Gentle Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Harmony palette
Download Gentle Harmony Color Palette (PNG)
Gentle Harmony color palette CSS
/* CSS */
.color-1 {
color: #f5b59e;
}
.color-2 {
color: #f7d2a1;
}
.color-3 {
color: #f9e5b4;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #69b5d8;
}
/* CSS Variables */
:root {
--color-1: #f5b59e;
--color-2: #f7d2a1;
--color-3: #f9e5b4;
--color-4: #a3d6e0;
--color-5: #69b5d8;
}
Gentle Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b59e, #f7d2a1, #f9e5b4, #a3d6e0, #69b5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b59e, #f7d2a1, #f9e5b4, #a3d6e0, #69b5d8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Gentle Harmony color palette created on .