Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c1a4d0;
}
.blackberry-yogurt {
color: #e2b6e2;
}
.serene-pink {
color: #f6c7b6;
}
.popcorn {
color: #f9d37b;
}
.marigold-dust {
color: #f5ca3d;
}
/* CSS Variables */
:root {
--feminine-fancy:#c1a4d0;
--blackberry-yogurt:#e2b6e2;
--serene-pink:#f6c7b6;
--popcorn:#f9d37b;
--marigold-dust:#f5ca3d;
}