Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hibiscus-delight {
color: #ff9b70;
}
.hint-of-honey {
color: #ffd56b;
}
.mint-macaron {
color: #afeeee;
}
.peppermint-fresh {
color: #69bf9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hibiscus-delight:#ff9b70;
--hint-of-honey:#ffd56b;
--mint-macaron:#afeeee;
--peppermint-fresh:#69bf9c;
}