Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6aaf91;
}
.floral-leaf {
color: #ffb84d;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6aaf91;
--floral-leaf:#ffb84d;
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
}