Color names in this palette
CSS code for this palette
/* CSS */
.powder-red {
color: #8d3a6a;
}
.flirty-rose {
color: #d4598e;
}
.carnation-bouquet {
color: #f8bfd2;
}
.american-yellow {
color: #f0b400;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--powder-red:#8d3a6a;
--flirty-rose:#d4598e;
--carnation-bouquet:#f8bfd2;
--american-yellow:#f0b400;
--daisy-bush:#5c3f8d;
}