Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.pink-chalk {
color: #f5a3b8;
}
.carnation {
color: #f67992;
}
.kacey-s-pink {
color: #e64c7d;
}
.valentine-s-day {
color: #a03b69;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--pink-chalk:#f5a3b8;
--carnation:#f67992;
--kacey-s-pink:#e64c7d;
--valentine-s-day:#a03b69;
}