Color names in this palette
CSS code for this palette
/* CSS */
.dechala-lilac {
color: #b49fd0;
}
.east-side {
color: #a68bbb;
}
.syrian-violet {
color: #e1c5e2;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dechala-lilac:#b49fd0;
--east-side:#a68bbb;
--syrian-violet:#e1c5e2;
--pink-bubble-tea:#f9b9c3;
--grapefruit-pulp:#ff6e61;
}