Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #f9d72f;
}
.primrose-path {
color: #fee65d;
}
.calabrese {
color: #f1a8a2;
}
.watermelon-juice {
color: #f15b83;
}
.pretty-in-plum {
color: #d35a8a;
}
/* CSS Variables */
:root {
--banana-pepper:#f9d72f;
--primrose-path:#fee65d;
--calabrese:#f1a8a2;
--watermelon-juice:#f15b83;
--pretty-in-plum:#d35a8a;
}