Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c84d28;
}
.basketball {
color: #f26b31;
}
.raichu-orange {
color: #f9a939;
}
.pinard-yellow {
color: #f5c800;
}
.cocktail-onion {
color: #d9e3b0;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c84d28;
--basketball:#f26b31;
--raichu-orange:#f9a939;
--pinard-yellow:#f5c800;
--cocktail-onion:#d9e3b0;
}