Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.yellow-jacket {
color: #ffc83d;
}
.mouse-nose {
color: #ffe4b3;
}
.matt-pink {
color: #ffb3c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--yellow-jacket:#ffc83d;
--mouse-nose:#ffe4b3;
--matt-pink:#ffb3c1;
}