Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a4d7ea;
}
.mandys-pink {
color: #f5b79e;
}
.endearment {
color: #ffd9a3;
}
.glaucous-green {
color: #acecbe;
}
.flamingo-feather {
color: #f8bfd6;
}
/* CSS Variables */
:root {
--blue-bubble:#a4d7ea;
--mandys-pink:#f5b79e;
--endearment:#ffd9a3;
--glaucous-green:#acecbe;
--flamingo-feather:#f8bfd6;
}