Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.friendly-yellow {
color: #f6e0b1;
}
.light-blue-glint {
color: #a8d3e1;
}
.violet-velvet {
color: #b89fe0;
}
.first-date {
color: #f7b2a1;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--friendly-yellow:#f6e0b1;
--light-blue-glint:#a8d3e1;
--violet-velvet:#b89fe0;
--first-date:#f7b2a1;
}