Color names in this palette
CSS code for this palette
/* CSS */
.sparkling-pink {
color: #f6cbe5;
}
.pink-chalk {
color: #f4a4bf;
}
.pink-carnation {
color: #f07f9f;
}
.cupid-s-arrow {
color: #ef6c8d;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--sparkling-pink:#f6cbe5;
--pink-chalk:#f4a4bf;
--pink-carnation:#f07f9f;
--cupid-s-arrow:#ef6c8d;
--camellia-rose:#e94e6d;
}