Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.ochraceous-salmon {
color: #d89a6f;
}
.salmon-eggs {
color: #f4d35d;
}
.chat-orange {
color: #f99f3e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--ochraceous-salmon:#d89a6f;
--salmon-eggs:#f4d35d;
--chat-orange:#f99f3e;
--grapefruit-pulp:#ff6e61;
}