Color names in this palette
CSS code for this palette
/* CSS */
.techno-turquoise {
color: #5dbb8c;
}
.glenwood-green {
color: #a8d1b5;
}
.bone-white {
color: #f2e1b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-red {
color: #e44d3a;
}
/* CSS Variables */
:root {
--techno-turquoise:#5dbb8c;
--glenwood-green:#a8d1b5;
--bone-white:#f2e1b1;
--grapefruit-pulp:#ff6e61;
--mandarin-red:#e44d3a;
}