Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-pink {
color: #ff75ff;
}
.lamiaceae {
color: #3dffec;
}
.yellow-bellied {
color: #fff533;
}
.vivid-mulberry {
color: #bd10e0;
}
.red {
color: #ff0000;
}
/* CSS Variables */
:root {
--fuchsia-pink:#ff75ff;
--lamiaceae:#3dffec;
--yellow-bellied:#fff533;
--vivid-mulberry:#bd10e0;
--red:#ff0000;
}