Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d2a7ca;
}
.rosy-nectar {
color: #f4c3e8;
}
.budder-skin {
color: #f9e1c3;
}
.sunshade {
color: #f69e4c;
}
.copper-harbor {
color: #d57c53;
}
/* CSS Variables */
:root {
--berry-popsicle:#d2a7ca;
--rosy-nectar:#f4c3e8;
--budder-skin:#f9e1c3;
--sunshade:#f69e4c;
--copper-harbor:#d57c53;
}