Color names in this palette
CSS code for this palette
/* CSS */
.lobaria-lichen {
color: #a1c9b0;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.dress-up {
color: #f8c6bf;
}
.my-pink {
color: #d78b7f;
}
.razzmic-berry {
color: #8d4e85;
}
/* CSS Variables */
:root {
--lobaria-lichen:#a1c9b0;
--lemon-ice-yellow:#f6e1a7;
--dress-up:#f8c6bf;
--my-pink:#d78b7f;
--razzmic-berry:#8d4e85;
}