Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.entan-red {
color: #e86b4f;
}
.sandy-brown {
color: #f8a65d;
}
.apricot-glow {
color: #ffcc7a;
}
.hint-of-honey {
color: #ffd86b;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--entan-red:#e86b4f;
--sandy-brown:#f8a65d;
--apricot-glow:#ffcc7a;
--hint-of-honey:#ffd86b;
}