Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.burned-brown {
color: #6f4c3e;
}
.mystic-tulip {
color: #f7b5a1;
}
.top-banana {
color: #f9d971;
}
.morning-s-egg {
color: #d9bf78;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--burned-brown:#6f4c3e;
--mystic-tulip:#f7b5a1;
--top-banana:#f9d971;
--morning-s-egg:#d9bf78;
}