Color names in this palette
CSS code for this palette
/* CSS */
.jadeite {
color: #3bbf9c;
}
.peppermint-fresh {
color: #5fc4a0;
}
.crystal-gem {
color: #78c9a6;
}
.frosted-hills {
color: #a8ebad;
}
.bean-sprout {
color: #f2f8e7;
}
/* CSS Variables */
:root {
--jadeite:#3bbf9c;
--peppermint-fresh:#5fc4a0;
--crystal-gem:#78c9a6;
--frosted-hills:#a8ebad;
--bean-sprout:#f2f8e7;
}