Color names in this palette
CSS code for this palette
/* CSS */
.super-rare-jade {
color: #18bfb3;
}
.blue-paisley {
color: #1e85a4;
}
.starry-night {
color: #2b618c;
}
.mystic-nights {
color: #4f2a79;
}
.radiant-orchid {
color: #a95b9e;
}
/* CSS Variables */
:root {
--super-rare-jade:#18bfb3;
--blue-paisley:#1e85a4;
--starry-night:#2b618c;
--mystic-nights:#4f2a79;
--radiant-orchid:#a95b9e;
}