Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b2;
}
.sweetheart {
color: #f1c6d9;
}
.ode-to-green {
color: #b7e6d8;
}
.smooth-satin {
color: #a4d6d4;
}
.miami-teal {
color: #6cc6b4;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b2;
--sweetheart:#f1c6d9;
--ode-to-green:#b7e6d8;
--smooth-satin:#a4d6d4;
--miami-teal:#6cc6b4;
}