Color names in this palette
CSS code for this palette
/* CSS */
.cosmetic-red {
color: #a45b79;
}
.mellow-rose {
color: #d7a7a2;
}
.channel {
color: #f1c4c0;
}
.venetian-yellow {
color: #f7e1a1;
}
.va-va-voom {
color: #e6b54c;
}
/* CSS Variables */
:root {
--cosmetic-red:#a45b79;
--mellow-rose:#d7a7a2;
--channel:#f1c4c0;
--venetian-yellow:#f7e1a1;
--va-va-voom:#e6b54c;
}