Color names in this palette
CSS code for this palette
/* CSS */
.megaman {
color: #3dbbff;
}
.blue-crystal-landscape {
color: #6ce5e1;
}
.nihilakh-oxide {
color: #a0dab4;
}
.vanilla {
color: #f2e5ab;
}
.clarified-orange {
color: #f9a35d;
}
/* CSS Variables */
:root {
--megaman:#3dbbff;
--blue-crystal-landscape:#6ce5e1;
--nihilakh-oxide:#a0dab4;
--vanilla:#f2e5ab;
--clarified-orange:#f9a35d;
}