Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b95050;
}
.amber-yellow {
color: #f5b55c;
}
.venetian-yellow {
color: #f6e5a2;
}
.eerie-glow {
color: #a6d9b8;
}
.corrosion-green {
color: #4ba08f;
}
/* CSS Variables */
:root {
--enticing-red:#b95050;
--amber-yellow:#f5b55c;
--venetian-yellow:#f6e5a2;
--eerie-glow:#a6d9b8;
--corrosion-green:#4ba08f;
}