Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.blistering-mars {
color: #fc6c4f;
}
.bright-halo {
color: #ffd166;
}
.caribbean-green {
color: #05d69e;
}
.ocean-liner {
color: #1b9889;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--blistering-mars:#fc6c4f;
--bright-halo:#ffd166;
--caribbean-green:#05d69e;
--ocean-liner:#1b9889;
}