Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f3c9d2;
}
.moonglow {
color: #f7e2c5;
}
.lasting-thoughts {
color: #d3e7b1;
}
.foamy-surf {
color: #b2d5e1;
}
.ibis {
color: #f6b1c1;
}
/* CSS Variables */
:root {
--mountain-laurel:#f3c9d2;
--moonglow:#f7e2c5;
--lasting-thoughts:#d3e7b1;
--foamy-surf:#b2d5e1;
--ibis:#f6b1c1;
}