Color names in this palette
CSS code for this palette
/* CSS */
.passion-flower {
color: #6a4f9c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bumblebee {
color: #ffcd29;
}
.fantasy-console-sky {
color: #29b0ff;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--passion-flower:#6a4f9c;
--grapefruit-pulp:#ff6e61;
--bumblebee:#ffcd29;
--fantasy-console-sky:#29b0ff;
--candlelight-peach:#f8a2a0;
}