Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.wisley-pink {
color: #f2a79c;
}
.rambling-rose {
color: #d78997;
}
.pearly-purple {
color: #b86b9a;
}
.hyacinth-violet {
color: #9b4b9b;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--wisley-pink:#f2a79c;
--rambling-rose:#d78997;
--pearly-purple:#b86b9a;
--hyacinth-violet:#9b4b9b;
}