Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1b4b4b;
}
.island-aqua {
color: #2abbad;
}
.shocking-orange {
color: #ff6d1f;
}
.unicorn-dust {
color: #ff298d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--lacustral:#1b4b4b;
--island-aqua:#2abbad;
--shocking-orange:#ff6d1f;
--unicorn-dust:#ff298d;
--soviet-gold:#ffd900;
}