Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5c3a7e;
}
.violetta {
color: #ac6c9c;
}
.fresh-on-the-market {
color: #f7a6b9;
}
.chinese-cherry {
color: #f2d8ca;
}
.australium-gold {
color: #e6b63d;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5c3a7e;
--violetta:#ac6c9c;
--fresh-on-the-market:#f7a6b9;
--chinese-cherry:#f2d8ca;
--australium-gold:#e6b63d;
}