Color names in this palette
CSS code for this palette
/* CSS */
.afternoon {
color: #fbcc74;
}
.grapefruit-pulp {
color: #ff6e61;
}
.peppermint-swirl {
color: #d25b85;
}
.parfait-d-amour {
color: #6b4c94;
}
.verdant-oasis {
color: #5ec96d;
}
/* CSS Variables */
:root {
--afternoon:#fbcc74;
--grapefruit-pulp:#ff6e61;
--peppermint-swirl:#d25b85;
--parfait-d-amour:#6b4c94;
--verdant-oasis:#5ec96d;
}