Color names in this palette
CSS code for this palette
/* CSS */
.manganese-red {
color: #e52a4f;
}
.pink-pepper {
color: #f0566b;
}
.blush {
color: #f4a090;
}
.satin-latour {
color: #f9daae;
}
.gold-thread {
color: #fceab0;
}
/* CSS Variables */
:root {
--manganese-red:#e52a4f;
--pink-pepper:#f0566b;
--blush:#f4a090;
--satin-latour:#f9daae;
--gold-thread:#fceab0;
}