Color names in this palette
CSS code for this palette
/* CSS */
.pink-flambe {
color: #d54d74;
}
.stone-fruit {
color: #f2a48c;
}
.gold-sand {
color: #f6e7a7;
}
.filtered-forest {
color: #b7e1d1;
}
.berry-pie {
color: #506c8b;
}
/* CSS Variables */
:root {
--pink-flambe:#d54d74;
--stone-fruit:#f2a48c;
--gold-sand:#f6e7a7;
--filtered-forest:#b7e1d1;
--berry-pie:#506c8b;
}