Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.self-love {
color: #da2b6b;
}
.plum-dust {
color: #a84d94;
}
.coronation-blue {
color: #5c4ea2;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--grapefruit-pulp:#ff6e61;
--self-love:#da2b6b;
--plum-dust:#a84d94;
--coronation-blue:#5c4ea2;
}