Color names in this palette
CSS code for this palette
/* CSS */
.alpine-berry-yellow {
color: #f7e1bb;
}
.first-date {
color: #f5afa3;
}
.pink-carnation {
color: #e6799c;
}
.carmine-rose {
color: #e85e8a;
}
.beauty-queen {
color: #b75c8b;
}
/* CSS Variables */
:root {
--alpine-berry-yellow:#f7e1bb;
--first-date:#f5afa3;
--pink-carnation:#e6799c;
--carmine-rose:#e85e8a;
--beauty-queen:#b75c8b;
}