Color names in this palette
CSS code for this palette
/* CSS */
.quartz-pink {
color: #ed979d;
}
.ballerina-tears {
color: #f4b9ae;
}
.just-a-tease {
color: #fcd4d4;
}
.pink-vibernum {
color: #f5e5e6;
}
.light-apricot {
color: #f2d9d4;
}
/* CSS Variables */
:root {
--quartz-pink:#ed979d;
--ballerina-tears:#f4b9ae;
--just-a-tease:#fcd4d4;
--pink-vibernum:#f5e5e6;
--light-apricot:#f2d9d4;
}