Color names in this palette
CSS code for this palette
/* CSS */
.gold-tips {
color: #e6b328;
}
.mandalay {
color: #b6802b;
}
.thunder {
color: #4d4d4d;
}
.fly-by-night {
color: #191f4d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--gold-tips:#e6b328;
--mandalay:#b6802b;
--thunder:#4d4d4d;
--fly-by-night:#191f4d;
--grapefruit-pulp:#ff6e61;
}