Healing Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Healing Echoes palette

Share this palette to:

Healing Echoes color palette CSS

/* CSS */
.color-1 {
color: #5c2e4f;
}
.color-2 {
color: #804e83;
}
.color-3 {
color: #b77b9d;
}
.color-4 {
color: #f1b1c9;
}
.color-5 {
color: #f7e0a1;
}

/* CSS Variables */
:root {
--color-1: #5c2e4f;
--color-2: #804e83;
--color-3: #b77b9d;
--color-4: #f1b1c9;
--color-5: #f7e0a1;
}

Healing Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e4f, #804e83, #b77b9d, #f1b1c9, #f7e0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e4f, #804e83, #b77b9d, #f1b1c9, #f7e0a1);
}

Healing Echoes color palette created on .