Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c5bf;
}
.plum-blossom {
color: #f2a2a1;
}
.childhood-crush {
color: #e26a6c;
}
.common-chestnut {
color: #d35c5a;
}
.romantic-embers {
color: #b5404d;
}
/* CSS Variables */
:root {
--dress-up:#f8c5bf;
--plum-blossom:#f2a2a1;
--childhood-crush:#e26a6c;
--common-chestnut:#d35c5a;
--romantic-embers:#b5404d;
}