Color names in this palette
CSS code for this palette
/* CSS */
.colombo-red-mauve {
color: #b77cbb;
}
.pink-bliss {
color: #e5a9d1;
}
.rosy-nectar {
color: #f4c3e0;
}
.sp-tzle-yellow {
color: #ffef85;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--colombo-red-mauve:#b77cbb;
--pink-bliss:#e5a9d1;
--rosy-nectar:#f4c3e0;
--sp-tzle-yellow:#ffef85;
--grapefruit-pulp:#ff6e61;
}