Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a4b2;
}
.amber-moon {
color: #f1d1a7;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.lolly-ice {
color: #a6d8d0;
}
.bluebird-feather {
color: #6e9faf;
}
/* CSS Variables */
:root {
--pink-fit:#f9a4b2;
--amber-moon:#f1d1a7;
--smooth-as-corn-silk:#f4e2b3;
--lolly-ice:#a6d8d0;
--bluebird-feather:#6e9faf;
}