Color names in this palette
CSS code for this palette
/* CSS */
.around-the-gills {
color: #a2b36f;
}
.pirate-treasure {
color: #d9c96d;
}
.gilded {
color: #f6d94c;
}
.raichu-orange {
color: #f9b13e;
}
.carrot {
color: #f76a3b;
}
/* CSS Variables */
:root {
--around-the-gills:#a2b36f;
--pirate-treasure:#d9c96d;
--gilded:#f6d94c;
--raichu-orange:#f9b13e;
--carrot:#f76a3b;
}