Color names in this palette
CSS code for this palette
/* CSS */
.tropical-violet {
color: #d1a9e0;
}
.peach-damask {
color: #f7c4a6;
}
.sp-tzle-yellow {
color: #ffef8a;
}
.kul-sharif-blue {
color: #8ad4ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--tropical-violet:#d1a9e0;
--peach-damask:#f7c4a6;
--sp-tzle-yellow:#ffef8a;
--kul-sharif-blue:#8ad4ff;
--grapefruit-pulp:#ff6e61;
}