Color names in this palette
CSS code for this palette
/* CSS */
.newman-s-eye {
color: #b1c8e2;
}
.blue-click {
color: #a6d7e8;
}
.ode-to-green {
color: #b7e6d6;
}
.pink-lady {
color: #f1d7b6;
}
.fresh-on-the-market {
color: #f9a4b9;
}
/* CSS Variables */
:root {
--newman-s-eye:#b1c8e2;
--blue-click:#a6d7e8;
--ode-to-green:#b7e6d6;
--pink-lady:#f1d7b6;
--fresh-on-the-market:#f9a4b9;
}