Color names in this palette
CSS code for this palette
/* CSS */
.jinzamomi-pink {
color: #f76759;
}
.chat-orange {
color: #f79c40;
}
.syndicalist {
color: #f5c400;
}
.bleached-olive {
color: #55b98b;
}
.blue-elemental {
color: #5887f3;
}
/* CSS Variables */
:root {
--jinzamomi-pink:#f76759;
--chat-orange:#f79c40;
--syndicalist:#f5c400;
--bleached-olive:#55b98b;
--blue-elemental:#5887f3;
}