Color names in this palette
CSS code for this palette
/* CSS */
.aster-violetta {
color: #8f5f9b;
}
.marsh-orchid {
color: #c69fc2;
}
.pink-marshmallow {
color: #f2bad3;
}
.yellow-currant {
color: #f5c76b;
}
.ouni-red {
color: #ef7d48;
}
/* CSS Variables */
:root {
--aster-violetta:#8f5f9b;
--marsh-orchid:#c69fc2;
--pink-marshmallow:#f2bad3;
--yellow-currant:#f5c76b;
--ouni-red:#ef7d48;
}