Healing Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Healing Hues palette

Share this palette to:

Healing Hues color palette CSS

/* CSS */
.color-1 {
color: #5fb1bf;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f07c00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #c94a4a;
}

/* CSS Variables */
:root {
--color-1: #5fb1bf;
--color-2: #f5c400;
--color-3: #f07c00;
--color-4: #db5f00;
--color-5: #c94a4a;
}

Healing Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb1bf, #f5c400, #f07c00, #db5f00, #c94a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb1bf, #f5c400, #f07c00, #db5f00, #c94a4a);
}

Healing Hues color palette created on .