Color names in this palette
CSS code for this palette
/* CSS */
.frosted-grape {
color: #d4c4d2;
}
.changeling-pink {
color: #f1b1d0;
}
.first-date {
color: #f7aea1;
}
.welcoming-wasp {
color: #f0a800;
}
.lusty-orange {
color: #e26c2c;
}
/* CSS Variables */
:root {
--frosted-grape:#d4c4d2;
--changeling-pink:#f1b1d0;
--first-date:#f7aea1;
--welcoming-wasp:#f0a800;
--lusty-orange:#e26c2c;
}