Color names in this palette
CSS code for this palette
/* CSS */
.pinque {
color: #f0a3b1;
}
.peach-damask {
color: #f6c5a7;
}
.woven-raffia {
color: #f2dfc0;
}
.natural-youth {
color: #d9e5b3;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--pinque:#f0a3b1;
--peach-damask:#f6c5a7;
--woven-raffia:#f2dfc0;
--natural-youth:#d9e5b3;
--eerie-glow:#a7d7b8;
}