Color names in this palette
CSS code for this palette
/* CSS */
.violettuce {
color: #8d1c56;
}
.raspberry-sorbet {
color: #d83b68;
}
.chat-orange {
color: #f79c3b;
}
.noodles {
color: #f8e3b4;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--violettuce:#8d1c56;
--raspberry-sorbet:#d83b68;
--chat-orange:#f79c3b;
--noodles:#f8e3b4;
--black:#000000;
}