Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.royal-rum {
color: #a54a4a;
}
.common-chestnut {
color: #d05d5d;
}
.precious-pink {
color: #f4b4b4;
}
.bride-s-blush {
color: #fae0e0;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--royal-rum:#a54a4a;
--common-chestnut:#d05d5d;
--precious-pink:#f4b4b4;
--bride-s-blush:#fae0e0;
}