Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-jam {
color: #c73d67;
}
.embarrassed {
color: #e87899;
}
.elastic-pink {
color: #f1a2c8;
}
.nursery-pink {
color: #f6d5e7;
}
.hot-sun {
color: #f8b72a;
}
/* CSS Variables */
:root {
--raspberry-jam:#c73d67;
--embarrassed:#e87899;
--elastic-pink:#f1a2c8;
--nursery-pink:#f6d5e7;
--hot-sun:#f8b72a;
}