Color names in this palette
CSS code for this palette
/* CSS */
.pink-hydrangea {
color: #f9c2b9;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.fresh-water {
color: #bfe1f7;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--pink-hydrangea:#f9c2b9;
--lemon-ice-yellow:#f6e1a7;
--fresh-water:#bfe1f7;
--touch-of-turquoise:#a2d7cf;
--mad-for-mango:#f5a300;
}