Orange Leaves and Black Color Palette
Discover the beautiful Orange Leaves and Black color palette featuring parsley (#14481e), california (#ef9b01), rio grande (#c1d600), ecstasy (#f68a1e) and shuttle gray (#5e6b7d).
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 Orange Leaves and Black palette
💻 Orange Leaves and Black color palette CSS
/* CSS */
.color-1 {
color: #14481e;
}
.color-2 {
color: #ef9b01;
}
.color-3 {
color: #c1d600;
}
.color-4 {
color: #f68a1e;
}
.color-5 {
color: #5e6b7d;
}
/* CSS Variables */
:root {
--color-1: #14481e;
--color-2: #ef9b01;
--color-3: #c1d600;
--color-4: #f68a1e;
--color-5: #5e6b7d;
} 🌈 Orange Leaves and Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14481e, #ef9b01, #c1d600, #f68a1e, #5e6b7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14481e, #ef9b01, #c1d600, #f68a1e, #5e6b7d);
} 🔗 Explore similar color palettes
Orange Leaves and Black color palette created on .