Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.gold-sand {
color: #f7e7a6;
}
.light-blue-glint {
color: #a8d3e1;
}
.wandering-river {
color: #70a3c7;
}
.silk-ribbon {
color: #c86a8c;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--gold-sand:#f7e7a6;
--light-blue-glint:#a8d3e1;
--wandering-river:#70a3c7;
--silk-ribbon:#c86a8c;
}