Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.pink-explosion {
color: #f76e89;
}
.desert-dessert {
color: #ffb86b;
}
.forsythia {
color: #ffc800;
}
.bright-orange {
color: #ff7033;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--pink-explosion:#f76e89;
--desert-dessert:#ffb86b;
--forsythia:#ffc800;
--bright-orange:#ff7033;
}