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