Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c3d7;
}
.banana-br-l-e {
color: #f8ecb9;
}
.noodles {
color: #f9e3b4;
}
.mediterranean-mist {
color: #b9e9d3;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--sweetheart:#f3c3d7;
--banana-br-l-e:#f8ecb9;
--noodles:#f9e3b4;
--mediterranean-mist:#b9e9d3;
--mad-for-mango:#f5a300;
}