Color names in this palette
CSS code for this palette
/* CSS */
.fresh-yellow {
color: #f7de92;
}
.olden-amber {
color: #f0b66a;
}
.entan-red {
color: #f06d4c;
}
.smooch-rouge {
color: #d5394e;
}
.pink-horror {
color: #8c2c5a;
}
/* CSS Variables */
:root {
--fresh-yellow:#f7de92;
--olden-amber:#f0b66a;
--entan-red:#f06d4c;
--smooch-rouge:#d5394e;
--pink-horror:#8c2c5a;
}