Color names in this palette
CSS code for this palette
/* CSS */
.libra-blue-morpho {
color: #54cdfc;
}
.ocean-cruise {
color: #9fd4df;
}
.mad-for-mango {
color: #f5a300;
}
.amaranth-pink {
color: #f69dbc;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--libra-blue-morpho:#54cdfc;
--ocean-cruise:#9fd4df;
--mad-for-mango:#f5a300;
--amaranth-pink:#f69dbc;
--moth-orchid:#d6006f;
}