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: #a8e6ce;
}
.color-2 {
color: #b1f2e5;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d1d1e0;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f2e5;
--color-3: #ffadad;
--color-4: #ff667d;
--color-5: #d1d1e0;
}
Healing Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f2e5, #ffadad, #ff667d, #d1d1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f2e5, #ffadad, #ff667d, #d1d1e0);
}
Similar color palettes
- Tropical Serenity
- Mint Green
- Pink Breeze
- Emerald Dusk
- Viridian Breeze
- Tropical Harmony
- Tropical Forest Dawn
- Shades of Blue
- Shades of Blue
- Shades of Green
- Morning Meadow Bliss
- Trustworthy Harmony
- Shades of Green
- Celestial Harmony
- Shades of Green Blue Pink
- Verdant Awakening
- Shades of Blue
- Whispers of the Verdant Grove
Healing Harmony color palette created on .