Color names in this palette
CSS code for this palette
/* CSS */
.yellow-stagshorn {
color: #f9da5d;
}
.red-rampage {
color: #ef3b1f;
}
.skinny-jeans {
color: #4d8eff;
}
.bokara-grey {
color: #2c2926;
}
.paternoster {
color: #c7c7c7;
}
/* CSS Variables */
:root {
--yellow-stagshorn:#f9da5d;
--red-rampage:#ef3b1f;
--skinny-jeans:#4d8eff;
--bokara-grey:#2c2926;
--paternoster:#c7c7c7;
}