Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f8d8e2;
}
.elastic-pink {
color: #f2a1c8;
}
.purple-hollyhock {
color: #e06caa;
}
.cabaret {
color: #d14d69;
}
.romantic-embers {
color: #b03b54;
}
/* CSS Variables */
:root {
--pink-frosting:#f8d8e2;
--elastic-pink:#f2a1c8;
--purple-hollyhock:#e06caa;
--cabaret:#d14d69;
--romantic-embers:#b03b54;
}