Color names in this palette
CSS code for this palette
/* CSS */
.pink-lily {
color: #f6d0e7;
}
.sweet-lilac {
color: #eab8d1;
}
.gumdrop {
color: #e09ac0;
}
.cyclamen {
color: #d185b5;
}
.bermuda-onion {
color: #a1598d;
}
/* CSS Variables */
:root {
--pink-lily:#f6d0e7;
--sweet-lilac:#eab8d1;
--gumdrop:#e09ac0;
--cyclamen:#d185b5;
--bermuda-onion:#a1598d;
}