Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f8c9d5;
}
.sweet-60 {
color: #f59eaf;
}
.vinaceous-cinnamon {
color: #f28c8e;
}
.dubarry {
color: #f05c66;
}
.red-arremer {
color: #e44c49;
}
/* CSS Variables */
:root {
--palace-rose:#f8c9d5;
--sweet-60:#f59eaf;
--vinaceous-cinnamon:#f28c8e;
--dubarry:#f05c66;
--red-arremer:#e44c49;
}