Color names in this palette
CSS code for this palette
/* CSS */
.greenland-ice {
color: #b7d7d5;
}
.first-date {
color: #f1b3a2;
}
.peach-damask {
color: #f6c5a7;
}
.bussell-lace {
color: #e8a4a1;
}
.velvet-dawn {
color: #c0afbd;
}
/* CSS Variables */
:root {
--greenland-ice:#b7d7d5;
--first-date:#f1b3a2;
--peach-damask:#f6c5a7;
--bussell-lace:#e8a4a1;
--velvet-dawn:#c0afbd;
}