Color names in this palette
CSS code for this palette
/* CSS */
.bloodsport {
color: #b92d3b;
}
.mad-for-mango {
color: #faa200;
}
.yuzu-marmalade {
color: #ffd966;
}
.dithered-sky {
color: #c2e0ff;
}
.costa-rica-blue {
color: #7bb9e0;
}
/* CSS Variables */
:root {
--bloodsport:#b92d3b;
--mad-for-mango:#faa200;
--yuzu-marmalade:#ffd966;
--dithered-sky:#c2e0ff;
--costa-rica-blue:#7bb9e0;
}