Color names in this palette
CSS code for this palette
/* CSS */
.embarrassment {
color: #f77878;
}
.zing {
color: #fbbf7e;
}
.lightly-lime {
color: #f3edaa;
}
.esoteric-touch-green {
color: #a8ebc4;
}
.c64-ntsc {
color: #4d7dfe;
}
/* CSS Variables */
:root {
--embarrassment:#f77878;
--zing:#fbbf7e;
--lightly-lime:#f3edaa;
--esoteric-touch-green:#a8ebc4;
--c64-ntsc:#4d7dfe;
}