Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d7;
}
.precious-pink {
color: #f7b1b4;
}
.young-crab {
color: #f99f9a;
}
.hot-calypso {
color: #f78e7e;
}
.coral-quartz {
color: #f76b5e;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d7;
--precious-pink:#f7b1b4;
--young-crab:#f99f9a;
--hot-calypso:#f78e7e;
--coral-quartz:#f76b5e;
}