Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.strawberry-avalanche {
color: #f25540;
}
.mad-for-mango {
color: #f5a300;
}
.marigold-dust {
color: #f4cf3e;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--strawberry-avalanche:#f25540;
--mad-for-mango:#f5a300;
--marigold-dust:#f4cf3e;
--french-vanilla:#f1e1a7;
}