Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.pink-fit {
color: #f8a5b4;
}
.burning-coals {
color: #f49d71;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.highlighter-yellow {
color: #f5e93d;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--pink-fit:#f8a5b4;
--burning-coals:#f49d71;
--solar-plexus-chakra:#f0c74c;
--highlighter-yellow:#f5e93d;
}