Color names in this palette
CSS code for this palette
/* CSS */
.dodger-blue {
color: #3884ff;
}
.thick-purple {
color: #8236ec;
}
.marigold {
color: #ffbe0a;
}
.vivid-raspberry {
color: #ff006e;
}
.orange-clown-fish {
color: #fb5609;
}
/* CSS Variables */
:root {
--dodger-blue:#3884ff;
--thick-purple:#8236ec;
--marigold:#ffbe0a;
--vivid-raspberry:#ff006e;
--orange-clown-fish:#fb5609;
}