Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.tal-yi-gold {
color: #e6b35c;
}
.limestoned {
color: #aac9a1;
}
.ficus {
color: #3a593c;
}
.mountain-bluebird {
color: #4b9bc3;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--tal-yi-gold:#e6b35c;
--limestoned:#aac9a1;
--ficus:#3a593c;
--mountain-bluebird:#4b9bc3;
}