Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.precious-persimmon {
color: #ff7142;
}
.sizzling-red {
color: #ff3d5a;
}
.lilac-geode {
color: #b380ff;
}
.bluish-purple-anemone {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--precious-persimmon:#ff7142;
--sizzling-red:#ff3d5a;
--lilac-geode:#b380ff;
--bluish-purple-anemone:#5d6cc0;
}