Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f7b1e4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.ice-cube {
color: #b1e2d5;
}
.bright-eggplant {
color: #5c4b8b;
}
/* CSS Variables */
:root {
--hanami-pink:#f7b1e4;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--ice-cube:#b1e2d5;
--bright-eggplant:#5c4b8b;
}