Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.dreams-of-peach {
color: #ffd39e;
}
.eerie-glow {
color: #a7d7b8;
}
.skyan {
color: #5cc9ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--dreams-of-peach:#ffd39e;
--eerie-glow:#a7d7b8;
--skyan:#5cc9ff;
}