Color names in this palette
CSS code for this palette
/* CSS */
.pink-bubble-tea {
color: #f9b9c2;
}
.pismo-dunes {
color: #f6d6a2;
}
.lasting-thoughts {
color: #d8e8b0;
}
.meristem {
color: #a8e1d1;
}
.mizu {
color: #71c4e0;
}
/* CSS Variables */
:root {
--pink-bubble-tea:#f9b9c2;
--pismo-dunes:#f6d6a2;
--lasting-thoughts:#d8e8b0;
--meristem:#a8e1d1;
--mizu:#71c4e0;
}