Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f3aab6;
}
.peach-damask {
color: #f6c4a7;
}
.sunning-deck {
color: #e8d8b0;
}
.southern-belle {
color: #a7d7c7;
}
.cruise {
color: #b4e4d6;
}
/* CSS Variables */
:root {
--pink-blush:#f3aab6;
--peach-damask:#f6c4a7;
--sunning-deck:#e8d8b0;
--southern-belle:#a7d7c7;
--cruise:#b4e4d6;
}