Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.hygiene-green {
color: #5abfba;
}
.antique-cameo {
color: #f3b7a0;
}
.syndicalist {
color: #f5c400;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--hygiene-green:#5abfba;
--antique-cameo:#f3b7a0;
--syndicalist:#f5c400;
--sugar-rush:#d85f9c;
}