Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f4b8d4;
}
.elastic-pink {
color: #f1a2c7;
}
.plasma-trail {
color: #d899ff;
}
.nevada-sky {
color: #a1d7e8;
}
.marigold-yellow {
color: #f6e66f;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f4b8d4;
--elastic-pink:#f1a2c7;
--plasma-trail:#d899ff;
--nevada-sky:#a1d7e8;
--marigold-yellow:#f6e66f;
}