Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.marigold-dust {
color: #f6d13c;
}
.storm-lightning {
color: #f9e59f;
}
.antique-cameo {
color: #f1b7a2;
}
.shark-bait {
color: #f16a9e;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--marigold-dust:#f6d13c;
--storm-lightning:#f9e59f;
--antique-cameo:#f1b7a2;
--shark-bait:#f16a9e;
}