Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.peach-damask {
color: #f7c5a6;
}
.gold-strand {
color: #f2e0a6;
}
.afterglow {
color: #f2e4c5;
}
.snowy-summit {
color: #c5d7e7;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--peach-damask:#f7c5a6;
--gold-strand:#f2e0a6;
--afterglow:#f2e4c5;
--snowy-summit:#c5d7e7;
}