Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.egyptian-gold {
color: #f1a94b;
}
.mocha-dandelion {
color: #f2d86e;
}
.devil-s-grass {
color: #4cae4f;
}
.mountain-bluebird {
color: #4f99c4;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--egyptian-gold:#f1a94b;
--mocha-dandelion:#f2d86e;
--devil-s-grass:#4cae4f;
--mountain-bluebird:#4f99c4;
}