Color names in this palette
CSS code for this palette
/* CSS */
.orchid-lei {
color: #a04b7e;
}
.chewing-gum {
color: #e5aeb1;
}
.ancient-scroll {
color: #f1e4d0;
}
.lion-cub {
color: #f8caa5;
}
.candy-heart-pink {
color: #f7a3a1;
}
/* CSS Variables */
:root {
--orchid-lei:#a04b7e;
--chewing-gum:#e5aeb1;
--ancient-scroll:#f1e4d0;
--lion-cub:#f8caa5;
--candy-heart-pink:#f7a3a1;
}