Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f3aab4;
}
.avid-apricot {
color: #f3c5a0;
}
.gold-sand {
color: #f6e6a7;
}
.green-trance {
color: #a1d9a5;
}
.peppermint-fresh {
color: #69bf9c;
}
/* CSS Variables */
:root {
--pink-blush:#f3aab4;
--avid-apricot:#f3c5a0;
--gold-sand:#f6e6a7;
--green-trance:#a1d9a5;
--peppermint-fresh:#69bf9c;
}