Color names in this palette
CSS code for this palette
/* CSS */
.daphne-rose {
color: #c67bba;
}
.gumball {
color: #e3b5d3;
}
.blush-tint {
color: #f4e1e6;
}
.australian-apricot {
color: #f5c8a3;
}
.young-crab {
color: #f8a0a0;
}
/* CSS Variables */
:root {
--daphne-rose:#c67bba;
--gumball:#e3b5d3;
--blush-tint:#f4e1e6;
--australian-apricot:#f5c8a3;
--young-crab:#f8a0a0;
}