Color names in this palette
CSS code for this palette
/* CSS */
.shimmering-brook {
color: #62b6d0;
}
.mad-for-mango {
color: #f5a300;
}
.solarized {
color: #f5d04d;
}
.pink-punch {
color: #d24b6b;
}
.heart-s-desire {
color: #ab3b5e;
}
/* CSS Variables */
:root {
--shimmering-brook:#62b6d0;
--mad-for-mango:#f5a300;
--solarized:#f5d04d;
--pink-punch:#d24b6b;
--heart-s-desire:#ab3b5e;
}