Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.around-the-gills {
color: #a3b76c;
}
.frozen-forest {
color: #d3e8b5;
}
.australian-apricot {
color: #f4c3a4;
}
.spiced-red {
color: #8b4e3c;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--around-the-gills:#a3b76c;
--frozen-forest:#d3e8b5;
--australian-apricot:#f4c3a4;
--spiced-red:#8b4e3c;
}