Color names in this palette
CSS code for this palette
/* CSS */
.orchid-lei {
color: #a04b7e;
}
.spring-crocus {
color: #b8619f;
}
.pink-punk {
color: #d67abe;
}
.lavender-rose {
color: #f2a1e6;
}
.sugarwinkle {
color: #f8c4e4;
}
/* CSS Variables */
:root {
--orchid-lei:#a04b7e;
--spring-crocus:#b8619f;
--pink-punk:#d67abe;
--lavender-rose:#f2a1e6;
--sugarwinkle:#f8c4e4;
}