Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.cranberry-jam {
color: #a05454;
}
.juicy-peach {
color: #d68f8f;
}
.english-rose {
color: #f2c5c5;
}
.bride-s-blush {
color: #f8e2e2;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--cranberry-jam:#a05454;
--juicy-peach:#d68f8f;
--english-rose:#f2c5c5;
--bride-s-blush:#f8e2e2;
}