Healing Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Healing Hues palette
Healing Hues color palette CSS
/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #b583c3;
}
.color-3 {
color: #f0a3cf;
}
.color-4 {
color: #f7d7a1;
}
.color-5 {
color: #ca502b;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #b583c3;
--color-3: #f0a3cf;
--color-4: #f7d7a1;
--color-5: #ca502b;
}
Healing Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #b583c3, #f0a3cf, #f7d7a1, #ca502b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #b583c3, #f0a3cf, #f7d7a1, #ca502b);
}
Similar color palettes
Scroll down to explore 300+ Purple color palettes
- Dusky Dreams
- Twilight Wings
- Warm Yellow
- Whimsical Blossom Dreams
- Sunset Serenade
- Carnival Reverie
- Vibrant Sunset Blossom
- Mystic Twilight
- Dreamy Lilac Whispers
- Orange Sunset
- Sunset Serenade
- Vibrant Vee Voyage
- Vibrant Orange
- Tropical Sunset Vibes
- Celestial Whispers
- Celestial Whispers
- Melodic Spectrum
- Whimsical Twilight
Healing Hues color palette created on .