Color names in this palette
CSS code for this palette
/* CSS */
.dark-slate-grey {
color: #305050;
}
.crystalsong-blue {
color: #50b9b9;
}
.everest {
color: #a1e0e3;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dark-slate-grey:#305050;
--crystalsong-blue:#50b9b9;
--everest:#a1e0e3;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--grapefruit-pulp:#ff6e61;
}