Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f9c8d7;
}
.elastic-pink {
color: #f0a3c7;
}
.hope {
color: #e5809b;
}
.peppermint-swirl {
color: #d85f7d;
}
.pink-dahlia {
color: #b94b6a;
}
/* CSS Variables */
:root {
--palace-rose:#f9c8d7;
--elastic-pink:#f0a3c7;
--hope:#e5809b;
--peppermint-swirl:#d85f7d;
--pink-dahlia:#b94b6a;
}