Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a01c35;
}
.cg-red {
color: #e13c33;
}
.mad-for-mango {
color: #faa200;
}
.chickery-chick {
color: #fceb8d;
}
.longing-for-nature {
color: #4d9d5c;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a01c35;
--cg-red:#e13c33;
--mad-for-mango:#faa200;
--chickery-chick:#fceb8d;
--longing-for-nature:#4d9d5c;
}