Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f7e8a6;
}
.pink-heath {
color: #f2bae1;
}
.crystal {
color: #a4d7df;
}
.walnut-cream {
color: #f6d7b1;
}
.sprinkled-with-pink {
color: #e7a2b1;
}
/* CSS Variables */
:root {
--gold-sand:#f7e8a6;
--pink-heath:#f2bae1;
--crystal:#a4d7df;
--walnut-cream:#f6d7b1;
--sprinkled-with-pink:#e7a2b1;
}