Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4894d5;
}
.pharaoh-s-jade {
color: #7ed3a8;
}
.goldsmith {
color: #efb74d;
}
.camaron-pink {
color: #f8828c;
}
.lollipop {
color: #d6243f;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4894d5;
--pharaoh-s-jade:#7ed3a8;
--goldsmith:#efb74d;
--camaron-pink:#f8828c;
--lollipop:#d6243f;
}