Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.english-rose {
color: #f7c5c5;
}
.aspen-yellow {
color: #f8e0a0;
}
.orochimaru {
color: #d9d9d9;
}
.scab-red {
color: #8a0000;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--english-rose:#f7c5c5;
--aspen-yellow:#f8e0a0;
--orochimaru:#d9d9d9;
--scab-red:#8a0000;
}