Color names in this palette
CSS code for this palette
/* CSS */
.rodan-gold {
color: #ffdc5c;
}
.radiation-carrot {
color: #ffa142;
}
.carrot {
color: #ff713d;
}
.vampire-red {
color: #d63f2e;
}
.moonless-night {
color: #3b393c;
}
/* CSS Variables */
:root {
--rodan-gold:#ffdc5c;
--radiation-carrot:#ffa142;
--carrot:#ff713d;
--vampire-red:#d63f2e;
--moonless-night:#3b393c;
}