Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d6a4c8;
}
.romantic-ballad {
color: #e1b9e4;
}
.cherry-blossom {
color: #f4c3d3;
}
.oklahoma-wheat {
color: #f5deb8;
}
.beach-sand {
color: #f9b58b;
}
/* CSS Variables */
:root {
--berry-popsicle:#d6a4c8;
--romantic-ballad:#e1b9e4;
--cherry-blossom:#f4c3d3;
--oklahoma-wheat:#f5deb8;
--beach-sand:#f9b58b;
}