Color names in this palette
CSS code for this palette
/* CSS */
.helvetia-red {
color: #ef0101;
}
.chinese-goldfish {
color: #f14b1e;
}
.whisky-sour {
color: #f1a832;
}
.blonde-girl {
color: #f1c45b;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--helvetia-red:#ef0101;
--chinese-goldfish:#f14b1e;
--whisky-sour:#f1a832;
--blonde-girl:#f1c45b;
--french-vanilla:#f1e1a7;
}