Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a6d8d0;
}
.moody-mist {
color: #c9e4d9;
}
.laundry-white {
color: #f5f7f2;
}
.first-date {
color: #f1b2a2;
}
.juicy-details {
color: #d57c7c;
}
/* CSS Variables */
:root {
--lolly-ice:#a6d8d0;
--moody-mist:#c9e4d9;
--laundry-white:#f5f7f2;
--first-date:#f1b2a2;
--juicy-details:#d57c7c;
}