Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.shrimp-toast {
color: #f7c5a1;
}
.bleached-sunflower {
color: #f9eaa9;
}
.eerie-glow {
color: #a7d7b8;
}
.may-day {
color: #4ccdc4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--shrimp-toast:#f7c5a1;
--bleached-sunflower:#f9eaa9;
--eerie-glow:#a7d7b8;
--may-day:#4ccdc4;
}