Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.stargate-shimmer {
color: #707eff;
}
.vegetation {
color: #5cdb95;
}
.australian-mint {
color: #f2f5a8;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--stargate-shimmer:#707eff;
--vegetation:#5cdb95;
--australian-mint:#f2f5a8;
--cornflower-lilac:#ffadad;
}