Vitality Blossom Color Palette
Discover the beautiful Vitality Blossom color palette featuring pastel green (#5dda7e), celadon (#a4e0a3), sandwisp (#f6e9a2), mandys pink (#f1c4a2) and geraldine (#f69c92).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Vitality Blossom palette
💻 Vitality Blossom color palette CSS
/* CSS */
.color-1 {
color: #5dda7e;
}
.color-2 {
color: #a4e0a3;
}
.color-3 {
color: #f6e9a2;
}
.color-4 {
color: #f1c4a2;
}
.color-5 {
color: #f69c92;
}
/* CSS Variables */
:root {
--color-1: #5dda7e;
--color-2: #a4e0a3;
--color-3: #f6e9a2;
--color-4: #f1c4a2;
--color-5: #f69c92;
} 🌈 Vitality Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda7e, #a4e0a3, #f6e9a2, #f1c4a2, #f69c92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda7e, #a4e0a3, #f6e9a2, #f1c4a2, #f69c92);
} 🔗 Explore similar color palettes
Vitality Blossom color palette created on .