Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-amber {
color: #ff9e8f;
}
.impatiens-pink {
color: #ffc1b8;
}
.venetian-yellow {
color: #f7e1a1;
}
.eerie-glow {
color: #a6d8b9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-amber:#ff9e8f;
--impatiens-pink:#ffc1b8;
--venetian-yellow:#f7e1a1;
--eerie-glow:#a6d8b9;
}