Healing Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Healing Harmony palette
Healing Harmony color palette CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #ffb042;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #ffb042;
--color-3: #ff6e61;
--color-4: #690571;
--color-5: #f39c12;
}
Healing Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #ffb042, #ff6e61, #690571, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #ffb042, #ff6e61, #690571, #f39c12);
}
Similar color palettes
Healing Harmony color palette created on .