Color names in this palette
CSS code for this palette
/* CSS */
.bff {
color: #d8b0d2;
}
.pegeen-peony {
color: #eba3b3;
}
.arts-crafts-gold {
color: #f6c388;
}
.butter-cream {
color: #f0b042;
}
.lasting-thoughts {
color: #d7e4af;
}
/* CSS Variables */
:root {
--bff:#d8b0d2;
--pegeen-peony:#eba3b3;
--arts-crafts-gold:#f6c388;
--butter-cream:#f0b042;
--lasting-thoughts:#d7e4af;
}