Color names in this palette
CSS code for this palette
/* CSS */
.brink-pink {
color: #ff5c7f;
}
.kanz-orange {
color: #ff8e3d;
}
.golden-handshake {
color: #ffcd42;
}
.bleu-de-france {
color: #378beb;
}
.puissant-purple {
color: #7a2bd4;
}
/* CSS Variables */
:root {
--brink-pink:#ff5c7f;
--kanz-orange:#ff8e3d;
--golden-handshake:#ffcd42;
--bleu-de-france:#378beb;
--puissant-purple:#7a2bd4;
}