Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.lipstick-illusion {
color: #d36f6f;
}
.mellow-rose {
color: #d8a2a2;
}
.silver-strawberry {
color: #f1c1c1;
}
.bride-s-blush {
color: #f8e2e2;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--lipstick-illusion:#d36f6f;
--mellow-rose:#d8a2a2;
--silver-strawberry:#f1c1c1;
--bride-s-blush:#f8e2e2;
}