Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-green {
color: #d9e9d3;
}
.sea-cliff {
color: #a3c7e0;
}
.welcoming-wasp {
color: #f0a800;
}
.tobiko-orange {
color: #e9590c;
}
.brownish-red {
color: #9e3a24;
}
/* CSS Variables */
:root {
--touch-of-green:#d9e9d3;
--sea-cliff:#a3c7e0;
--welcoming-wasp:#f0a800;
--tobiko-orange:#e9590c;
--brownish-red:#9e3a24;
}