Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-pink {
color: #e25a7c;
}
.pink-fit {
color: #f2a6ad;
}
.pink-lily {
color: #f7d4e7;
}
.crunch {
color: #f4b75d;
}
.sweet-baby-rose {
color: #c3503c;
}
/* CSS Variables */
:root {
--highlighter-pink:#e25a7c;
--pink-fit:#f2a6ad;
--pink-lily:#f7d4e7;
--crunch:#f4b75d;
--sweet-baby-rose:#c3503c;
}