Color names in this palette
CSS code for this palette
/* CSS */
.nature-s-delight {
color: #a8d28e;
}
.cyclamen-red {
color: #a45b8c;
}
.koromiko {
color: #ffb452;
}
.summer-turquoise-blue {
color: #4b9daf;
}
.calabrese {
color: #f2a6a6;
}
/* CSS Variables */
:root {
--nature-s-delight:#a8d28e;
--cyclamen-red:#a45b8c;
--koromiko:#ffb452;
--summer-turquoise-blue:#4b9daf;
--calabrese:#f2a6a6;
}