Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.noodles {
color: #f8e3b4;
}
.terrace-pool {
color: #9fd6e0;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--noodles:#f8e3b4;
--terrace-pool:#9fd6e0;
--eerie-glow:#a7d7b8;
}