Color names in this palette
CSS code for this palette
/* CSS */
.fresh-baked-bread {
color: #f9d6be;
}
.fulgrim-pink {
color: #f6b1d1;
}
.bubblegum-kisses {
color: #f495d6;
}
.plasma-trail {
color: #d6a1f2;
}
.azure-sky {
color: #b1e1f6;
}
/* CSS Variables */
:root {
--fresh-baked-bread:#f9d6be;
--fulgrim-pink:#f6b1d1;
--bubblegum-kisses:#f495d6;
--plasma-trail:#d6a1f2;
--azure-sky:#b1e1f6;
}