Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5c3a7e;
}
.beauty-queen {
color: #ba5e8b;
}
.calabrese {
color: #f6a9a2;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.shoe-wax {
color: #2d2b2a;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5c3a7e;
--beauty-queen:#ba5e8b;
--calabrese:#f6a9a2;
--smooth-as-corn-silk:#f4e4b3;
--shoe-wax:#2d2b2a;
}