Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.angry-hornet {
color: #f09a19;
}
.basket-of-gold {
color: #f0cf3d;
}
.tropic-tide {
color: #6dc0b8;
}
.nautilus {
color: #2a3c5a;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--angry-hornet:#f09a19;
--basket-of-gold:#f0cf3d;
--tropic-tide:#6dc0b8;
--nautilus:#2a3c5a;
}