Color names in this palette
CSS code for this palette
/* CSS */
.plum-blossom {
color: #f3a0a0;
}
.english-rose {
color: #f7c5c5;
}
.bride-s-blush {
color: #f8e2e2;
}
.martica {
color: #f5e6b7;
}
.tea-green {
color: #d1f0c1;
}
/* CSS Variables */
:root {
--plum-blossom:#f3a0a0;
--english-rose:#f7c5c5;
--bride-s-blush:#f8e2e2;
--martica:#f5e6b7;
--tea-green:#d1f0c1;
}