Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e4b5e8;
}
.dust-of-the-moon {
color: #d0c8df;
}
.monaco {
color: #a9d5e5;
}
.pale-canary {
color: #f5eea8;
}
.pink-fit {
color: #f6a7b0;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e4b5e8;
--dust-of-the-moon:#d0c8df;
--monaco:#a9d5e5;
--pale-canary:#f5eea8;
--pink-fit:#f6a7b0;
}