Orange Leaves and Black Color Palette
Brightness
Saturation
Warmth
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);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Orange Leaves and Black color palette created on .