Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d2a7ce;
}
.cherry-blossom {
color: #f4c3d5;
}
.banana-yogurt {
color: #f9e8b4;
}
.jackfruit {
color: #f8c77c;
}
.scrofulous-brown {
color: #d9a33f;
}
/* CSS Variables */
:root {
--berry-popsicle:#d2a7ce;
--cherry-blossom:#f4c3d5;
--banana-yogurt:#f9e8b4;
--jackfruit:#f8c77c;
--scrofulous-brown:#d9a33f;
}