Heaven's Descent Color Palette
Discover the beautiful Heaven's Descent color palette featuring ferra (#644e4a), rodeo dust (#c8af9d), martini (#b29fa1), pearl bush (#e5dad1) and au chico (#8f5b66).
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 Heaven's Descent palette
💻 Heaven's Descent color palette CSS
/* CSS */
.color-1 {
color: #644e4a;
}
.color-2 {
color: #c8af9d;
}
.color-3 {
color: #b29fa1;
}
.color-4 {
color: #e5dad1;
}
.color-5 {
color: #8f5b66;
}
/* CSS Variables */
:root {
--color-1: #644e4a;
--color-2: #c8af9d;
--color-3: #b29fa1;
--color-4: #e5dad1;
--color-5: #8f5b66;
} 🌈 Heaven's Descent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #644e4a, #c8af9d, #b29fa1, #e5dad1, #8f5b66);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #644e4a, #c8af9d, #b29fa1, #e5dad1, #8f5b66);
} 🔗 Explore similar color palettes
Heaven's Descent color palette created on .