Color names in this palette
CSS code for this palette
/* CSS */
.crushed-berries {
color: #d45e9b;
}
.rhodonite {
color: #f1b1c7;
}
.barium {
color: #f3e1c4;
}
.glenwood-green {
color: #a7d7b6;
}
.mad-for-mango {
color: #faa200;
}
/* CSS Variables */
:root {
--crushed-berries:#d45e9b;
--rhodonite:#f1b1c7;
--barium:#f3e1c4;
--glenwood-green:#a7d7b6;
--mad-for-mango:#faa200;
}