Color names in this palette
CSS code for this palette
/* CSS */
.deep-orange {
color: #db5000;
}
.yellow-of-izamal {
color: #ebb000;
}
.gilded {
color: #f5de4d;
}
.lime-lizard {
color: #a5d65c;
}
.enviable {
color: #4b9b3b;
}
/* CSS Variables */
:root {
--deep-orange:#db5000;
--yellow-of-izamal:#ebb000;
--gilded:#f5de4d;
--lime-lizard:#a5d65c;
--enviable:#4b9b3b;
}