Color names in this palette
CSS code for this palette
/* CSS */
.dark-mahogany {
color: #4a1c2b;
}
.velvet-cake {
color: #9d2a3d;
}
.clay-terrace {
color: #d3803c;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.young-fern {
color: #6ebf7b;
}
/* CSS Variables */
:root {
--dark-mahogany:#4a1c2b;
--velvet-cake:#9d2a3d;
--clay-terrace:#d3803c;
--deep-fried-sun-rays:#f4c65d;
--young-fern:#6ebf7b;
}