Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.green-gooseberry {
color: #b1e09f;
}
.bright-khaki {
color: #f0e78e;
}
.peach-butter {
color: #fbaf3c;
}
.entan-red {
color: #f16c4b;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--green-gooseberry:#b1e09f;
--bright-khaki:#f0e78e;
--peach-butter:#fbaf3c;
--entan-red:#f16c4b;
}