Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7cabb;
}
.plum-blossom {
color: #f2a2a1;
}
.melondrama {
color: #ef7e6c;
}
.tiger-lily {
color: #e0543e;
}
.hot-lips {
color: #c8352d;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7cabb;
--plum-blossom:#f2a2a1;
--melondrama:#ef7e6c;
--tiger-lily:#e0543e;
--hot-lips:#c8352d;
}