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: #b4e7e9;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #d4a8ff;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #b4e7e9;
--color-2: #ffadad;
--color-3: #ffc29e;
--color-4: #d4a8ff;
--color-5: #ff667d;
}

Healing Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e7e9, #ffadad, #ffc29e, #d4a8ff, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e7e9, #ffadad, #ffc29e, #d4a8ff, #ff667d);
}

Healing Hues color palette created on .