Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.entan-red {
color: #e76e50;
}
.boysenberry-pink {
color: #a53b5b;
}
.sweet-flag {
color: #6a3d99;
}
.blue-highlight {
color: #2d498f;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--entan-red:#e76e50;
--boysenberry-pink:#a53b5b;
--sweet-flag:#6a3d99;
--blue-highlight:#2d498f;
}