Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.exploding-star {
color: #ffd83d;
}
.yu-gu-ng-l-n-moonlight {
color: #595ca6;
}
.cure-all {
color: #a76c8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--exploding-star:#ffd83d;
--yu-gu-ng-l-n-moonlight:#595ca6;
--cure-all:#a76c8b;
}