Resilient Harmony Color Palette
Discover the beautiful Resilient Harmony color palette featuring mantis (#6bbf4f), sweet corn (#f9e38b), pomegranate (#f1521e), jacksons purple (#2b1a7f) and melanie (#e7c5d5).
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 Resilient Harmony palette
💻 Resilient Harmony color palette CSS
/* CSS */
.color-1 {
color: #6bbf4f;
}
.color-2 {
color: #f9e38b;
}
.color-3 {
color: #f1521e;
}
.color-4 {
color: #2b1a7f;
}
.color-5 {
color: #e7c5d5;
}
/* CSS Variables */
:root {
--color-1: #6bbf4f;
--color-2: #f9e38b;
--color-3: #f1521e;
--color-4: #2b1a7f;
--color-5: #e7c5d5;
}
🌈 Resilient Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bbf4f, #f9e38b, #f1521e, #2b1a7f, #e7c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bbf4f, #f9e38b, #f1521e, #2b1a7f, #e7c5d5);
}
🔗 Explore similar color palettes
Resilient Harmony color palette created on .