Color names in this palette
CSS code for this palette
/* CSS */
.wine {
color: #81033a;
}
.traditional-rose {
color: #c2053e;
}
.spiritstone-red {
color: #fc3b1d;
}
.bee-cluster {
color: #feaa34;
}
.sunny-festival {
color: #fec848;
}
/* CSS Variables */
:root {
--wine:#81033a;
--traditional-rose:#c2053e;
--spiritstone-red:#fc3b1d;
--bee-cluster:#feaa34;
--sunny-festival:#fec848;
}