Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #498fd0;
}
.clover-mist {
color: #6ebf8c;
}
.syndicalist {
color: #f5c400;
}
.ornery-tangerine {
color: #f77a22;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--blue-tourmaline:#498fd0;
--clover-mist:#6ebf8c;
--syndicalist:#f5c400;
--ornery-tangerine:#f77a22;
--sugar-rush:#d85f9c;
}