CSS code for this palette
/* CSS */
.bijou-red {
color: #a73d39;
}
.roman {
color: #d65e5c;
}
.chewing-gum {
color: #e4b0af;
}
.lion-cub {
color: #f9caa4;
}
.lime-bright {
color: #f3e4af;
}
/* CSS Variables */
:root {
--bijou-red:#a73d39;
--roman:#d65e5c;
--chewing-gum:#e4b0af;
--lion-cub:#f9caa4;
--lime-bright:#f3e4af;
}