Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.orange-pospsicle {
color: #f4a20b;
}
.fresh-pineapple {
color: #f6d44c;
}
.p-ra-rocha {
color: #a8d31d;
}
.enviable {
color: #4b9b3b;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--orange-pospsicle:#f4a20b;
--fresh-pineapple:#f6d44c;
--p-ra-rocha:#a8d31d;
--enviable:#4b9b3b;
}