Color names in this palette
CSS code for this palette
/* CSS */
.black-market {
color: #1e1f43;
}
.takaka {
color: #3e4b74;
}
.lemon-dream {
color: #f0a400;
}
.saffron-gold {
color: #f48d06;
}
.x-marks-the-spot {
color: #e84545;
}
/* CSS Variables */
:root {
--black-market:#1e1f43;
--takaka:#3e4b74;
--lemon-dream:#f0a400;
--saffron-gold:#f48d06;
--x-marks-the-spot:#e84545;
}