Color names in this palette
CSS code for this palette
/* CSS */
.stamp-pad-green {
color: #2b9c8b;
}
.jazzy-jade {
color: #5ce0c1;
}
.march-yellow {
color: #f1d788;
}
.chat-orange {
color: #f99f3e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--stamp-pad-green:#2b9c8b;
--jazzy-jade:#5ce0c1;
--march-yellow:#f1d788;
--chat-orange:#f99f3e;
--grapefruit-pulp:#ff6e61;
}