Color names in this palette
CSS code for this palette
/* CSS */
.champagne-beige {
color: #d4c3a0;
}
.first-date {
color: #f4b69f;
}
.welcoming-wasp {
color: #f0a800;
}
.porcelain-rose {
color: #e86d6d;
}
.regal-red {
color: #9a4c4c;
}
/* CSS Variables */
:root {
--champagne-beige:#d4c3a0;
--first-date:#f4b69f;
--welcoming-wasp:#f0a800;
--porcelain-rose:#e86d6d;
--regal-red:#9a4c4c;
}