Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f8d3e4;
}
.pink-fit {
color: #f5a8b2;
}
.emperor-s-children {
color: #f2a1b1;
}
.yellow-currant {
color: #f7c76e;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--sunset-pink:#f8d3e4;
--pink-fit:#f5a8b2;
--emperor-s-children:#f2a1b1;
--yellow-currant:#f7c76e;
--mad-for-mango:#f5a300;
}