Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.downy-feather {
color: #fbad65;
}
.anna-banana {
color: #f7d84a;
}
.last-of-lettuce {
color: #a3d869;
}
.gem-turquoise {
color: #4ec6c6;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--downy-feather:#fbad65;
--anna-banana:#f7d84a;
--last-of-lettuce:#a3d869;
--gem-turquoise:#4ec6c6;
}