Color names in this palette
CSS code for this palette
/* CSS */
.sweetie-pie {
color: #e4b9d9;
}
.hopbush {
color: #d06c97;
}
.elastic-pink {
color: #f1a2c7;
}
.mette-penne {
color: #f8e1d3;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--sweetie-pie:#e4b9d9;
--hopbush:#d06c97;
--elastic-pink:#f1a2c7;
--mette-penne:#f8e1d3;
--floral-leaf:#ffb84d;
}