Color names in this palette
CSS code for this palette
/* CSS */
.hubert-s-truck-green {
color: #4d9c2b;
}
.calculus {
color: #a0caaf;
}
.reed {
color: #c6d8a6;
}
.oyster-bisque {
color: #f2e5b1;
}
.sweet-potato {
color: #d97d3f;
}
/* CSS Variables */
:root {
--hubert-s-truck-green:#4d9c2b;
--calculus:#a0caaf;
--reed:#c6d8a6;
--oyster-bisque:#f2e5b1;
--sweet-potato:#d97d3f;
}