Color names in this palette
CSS code for this palette
/* CSS */
.nauseous-blue {
color: #4b3d8a;
}
.studio {
color: #794d9d;
}
.moonlight-melody {
color: #b270b1;
}
.trinket {
color: #d79a37;
}
.knockout {
color: #c52b2e;
}
/* CSS Variables */
:root {
--nauseous-blue:#4b3d8a;
--studio:#794d9d;
--moonlight-melody:#b270b1;
--trinket:#d79a37;
--knockout:#c52b2e;
}