Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c4a5d4;
}
.blackberry-yogurt {
color: #e8b5e1;
}
.blush-tint {
color: #f5e0e4;
}
.barrel {
color: #f5b06b;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--feminine-fancy:#c4a5d4;
--blackberry-yogurt:#e8b5e1;
--blush-tint:#f5e0e4;
--barrel:#f5b06b;
--balinese-sunset:#f19f79;
}