Color names in this palette
CSS code for this palette
/* CSS */
.bubblegum-pink {
color: #f5b2ba;
}
.sweet-lilac {
color: #eab8d1;
}
.pearl-yellow {
color: #f2e5ba;
}
.spring-glow {
color: #d6e1b7;
}
.canton-jade {
color: #b8e5c7;
}
/* CSS Variables */
:root {
--bubblegum-pink:#f5b2ba;
--sweet-lilac:#eab8d1;
--pearl-yellow:#f2e5ba;
--spring-glow:#d6e1b7;
--canton-jade:#b8e5c7;
}