Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.cheesy-cheetah {
color: #efaf2e;
}
.american-yellow {
color: #f5b400;
}
.alpine-morning-blue {
color: #a6c9d9;
}
.petro-blue {
color: #2e5b60;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--cheesy-cheetah:#efaf2e;
--american-yellow:#f5b400;
--alpine-morning-blue:#a6c9d9;
--petro-blue:#2e5b60;
}