Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.citrus-sachet {
color: #f3c7aa;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.lasting-thoughts {
color: #d0e6b2;
}
.sinbad {
color: #a7d3d0;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--citrus-sachet:#f3c7aa;
--cr-me-de-la-cr-me:#f3e8b4;
--lasting-thoughts:#d0e6b2;
--sinbad:#a7d3d0;
}