Color names in this palette
CSS code for this palette
/* CSS */
.spacebox {
color: #5a6c6c;
}
.cascade-green {
color: #9fc6b8;
}
.just-about-green {
color: #e1e7d5;
}
.barrett-quince {
color: #f6d0b1;
}
.energetic-orange {
color: #d4593a;
}
/* CSS Variables */
:root {
--spacebox:#5a6c6c;
--cascade-green:#9fc6b8;
--just-about-green:#e1e7d5;
--barrett-quince:#f6d0b1;
--energetic-orange:#d4593a;
}