Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.raspberry-sorbet {
color: #d83b68;
}
.mad-for-mango {
color: #f5a300;
}
.cr-me-de-la-cr-me {
color: #f2e8b5;
}
.metal-gear {
color: #9fc2df;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--raspberry-sorbet:#d83b68;
--mad-for-mango:#f5a300;
--cr-me-de-la-cr-me:#f2e8b5;
--metal-gear:#9fc2df;
}