Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b4;
}
.pinenut {
color: #f9d9b9;
}
.light-fresh-lime {
color: #e1f6d5;
}
.mountain-mint {
color: #a8e1c0;
}
.squeaky {
color: #6fc4d8;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b4;
--pinenut:#f9d9b9;
--light-fresh-lime:#e1f6d5;
--mountain-mint:#a8e1c0;
--squeaky:#6fc4d8;
}