Color names in this palette
CSS code for this palette
/* CSS */
.red-hot-mama {
color: #a51d26;
}
.golden-frame {
color: #e2b41d;
}
.young-green-onion {
color: #a8d54d;
}
.oregano-green {
color: #509d3f;
}
.warming-heart {
color: #d84d3b;
}
/* CSS Variables */
:root {
--red-hot-mama:#a51d26;
--golden-frame:#e2b41d;
--young-green-onion:#a8d54d;
--oregano-green:#509d3f;
--warming-heart:#d84d3b;
}