Color names in this palette
CSS code for this palette
/* CSS */
.pink-bliss {
color: #e2a6d1;
}
.laelia-pink {
color: #f5c7e3;
}
.delightful-peach {
color: #ffebd1;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.clarified-orange {
color: #ff9d5c;
}
/* CSS Variables */
:root {
--pink-bliss:#e2a6d1;
--laelia-pink:#f5c7e3;
--delightful-peach:#ffebd1;
--peach-cr-me-br-l-e:#ffe29e;
--clarified-orange:#ff9d5c;
}