Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.sweetheart {
color: #f4c3d6;
}
.marshmallow-rose {
color: #f7e3e7;
}
.something-blue {
color: #b2d4e6;
}
.wasurenagusa-blue {
color: #8ec4f0;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--sweetheart:#f4c3d6;
--marshmallow-rose:#f7e3e7;
--something-blue:#b2d4e6;
--wasurenagusa-blue:#8ec4f0;
}