Color names in this palette
CSS code for this palette
/* CSS */
.great-fennel-flower {
color: #6f9c9f;
}
.sinbad {
color: #a3d7d0;
}
.boxwood-yellow {
color: #f0e4a8;
}
.orange-clay {
color: #e6a579;
}
.mexican-chile {
color: #d46e71;
}
/* CSS Variables */
:root {
--great-fennel-flower:#6f9c9f;
--sinbad:#a3d7d0;
--boxwood-yellow:#f0e4a8;
--orange-clay:#e6a579;
--mexican-chile:#d46e71;
}