Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pico-8-pink {
color: #ff75a1;
}
.toxic-orange {
color: #ff5d38;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.lambent-lagoon {
color: #3c5b90;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pico-8-pink:#ff75a1;
--toxic-orange:#ff5d38;
--gemini-mustard-momento:#f9a34e;
--lambent-lagoon:#3c5b90;
}