Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.may-day {
color: #4ccdc4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.viva-magenta {
color: #a34d8c;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--may-day:#4ccdc4;
--grapefruit-pulp:#ff6e61;
--viva-magenta:#a34d8c;
--calabrese:#f1a8a2;
}