Heaven's Descent Color Palette
Discover the beautiful Heaven's Descent color palette featuring emperor (#514345), zorba (#a79995), venus (#968890), pink swan (#c3bbbb) and falcon (#775562).
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: #514345;
}
.color-2 {
color: #a79995;
}
.color-3 {
color: #968890;
}
.color-4 {
color: #c3bbbb;
}
.color-5 {
color: #775562;
}
/* CSS Variables */
:root {
--color-1: #514345;
--color-2: #a79995;
--color-3: #968890;
--color-4: #c3bbbb;
--color-5: #775562;
} 🌈 Heaven's Descent background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #514345, #a79995, #968890, #c3bbbb, #775562);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #514345, #a79995, #968890, #c3bbbb, #775562);
} 🔗 Explore similar color palettes
Heaven's Descent color palette created on .