Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b0c3;
}
.raichu-orange {
color: #f6a83c;
}
.radiant-sun {
color: #f1c950;
}
.freshwater {
color: #4daab3;
}
.igua-uense-waterfall {
color: #2a796d;
}
/* CSS Variables */
:root {
--cupid:#f7b0c3;
--raichu-orange:#f6a83c;
--radiant-sun:#f1c950;
--freshwater:#4daab3;
--igua-uense-waterfall:#2a796d;
}