Color names in this palette
CSS code for this palette
/* CSS */
.bali-sand {
color: #f6e7d5;
}
.first-date {
color: #f2b4a1;
}
.peony-pink {
color: #e58f85;
}
.pink-flambe {
color: #d54d78;
}
.romantic-rose {
color: #aa3c8c;
}
/* CSS Variables */
:root {
--bali-sand:#f6e7d5;
--first-date:#f2b4a1;
--peony-pink:#e58f85;
--pink-flambe:#d54d78;
--romantic-rose:#aa3c8c;
}