Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c7;
}
.egg-cream {
color: #fbd88e;
}
.tamale-maize {
color: #f7e9b6;
}
.appetite {
color: #b1e7b2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c7;
--egg-cream:#fbd88e;
--tamale-maize:#f7e9b6;
--appetite:#b1e7b2;
--apricot-glazed-chicken:#f5a524;
}