Color names in this palette
CSS code for this palette
/* CSS */
.apricot-fool {
color: #fdd2a0;
}
.orpiment-yellow {
color: #fbc998;
}
.orange-marmalade {
color: #f9aa71;
}
.fruit-red {
color: #f78a69;
}
.usubeni-red {
color: #f26970;
}
/* CSS Variables */
:root {
--apricot-fool:#fdd2a0;
--orpiment-yellow:#fbc998;
--orange-marmalade:#f9aa71;
--fruit-red:#f78a69;
--usubeni-red:#f26970;
}