Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f1c6a7;
}
.miami-stucco {
color: #f5d7b7;
}
.peachade {
color: #f9e0c8;
}
.eau-de-rose {
color: #e6b7d3;
}
.lasting-thoughts {
color: #d4e8b0;
}
/* CSS Variables */
:root {
--citrus-sachet:#f1c6a7;
--miami-stucco:#f5d7b7;
--peachade:#f9e0c8;
--eau-de-rose:#e6b7d3;
--lasting-thoughts:#d4e8b0;
}