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: #ff6e61;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffb3ba;
}
.color-5 {
color: #d4a4df;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe8f;
--color-3: #ffcb5c;
--color-4: #ffb3ba;
--color-5: #d4a4df;
}

Healing Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe8f, #ffcb5c, #ffb3ba, #d4a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe8f, #ffcb5c, #ffb3ba, #d4a4df);
}

Healing Hues color palette created on .