Color names in this palette
CSS code for this palette
/* CSS */
.casandora-yellow {
color: #fbcb5b;
}
.beniukon-bronze {
color: #f77d3b;
}
.tangerine-bliss {
color: #d75f28;
}
.island-monkey {
color: #a94c1e;
}
.hereford-cow-brown {
color: #672c1d;
}
/* CSS Variables */
:root {
--casandora-yellow:#fbcb5b;
--beniukon-bronze:#f77d3b;
--tangerine-bliss:#d75f28;
--island-monkey:#a94c1e;
--hereford-cow-brown:#672c1d;
}