Healing Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Healing Hues palette
Healing Hues color palette CSS
/* CSS */
.color-1 {
color: #4d9d6c;
}
.color-2 {
color: #7ac7a3;
}
.color-3 {
color: #a9e0c7;
}
.color-4 {
color: #eff0e0;
}
.color-5 {
color: #f9b4b5;
}
/* CSS Variables */
:root {
--color-1: #4d9d6c;
--color-2: #7ac7a3;
--color-3: #a9e0c7;
--color-4: #eff0e0;
--color-5: #f9b4b5;
}
Healing Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9d6c, #7ac7a3, #a9e0c7, #eff0e0, #f9b4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9d6c, #7ac7a3, #a9e0c7, #eff0e0, #f9b4b5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Healing Hues color palette created on .