Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.shrimp-toast {
color: #f7c5a1;
}
.invigorating {
color: #f0eab2;
}
.glaucous-green {
color: #b6e7c1;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--shrimp-toast:#f7c5a1;
--invigorating:#f0eab2;
--glaucous-green:#b6e7c1;
--nevada-sky:#a2dae6;
}