Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.porcelain-rose {
color: #e76a6a;
}
.red-trillium {
color: #c74d4d;
}
.lobster-brown {
color: #a83c38;
}
.polished-apple {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--porcelain-rose:#e76a6a;
--red-trillium:#c74d4d;
--lobster-brown:#a83c38;
--polished-apple:#8c2b2b;
}