Color names in this palette
CSS code for this palette
/* CSS */
.top-tomato {
color: #c9493b;
}
.egyptian-gold {
color: #f1a94b;
}
.basket-of-gold {
color: #f1d03b;
}
.green-lantern {
color: #a2cf3a;
}
.jadeite {
color: #3bc9a3;
}
/* CSS Variables */
:root {
--top-tomato:#c9493b;
--egyptian-gold:#f1a94b;
--basket-of-gold:#f1d03b;
--green-lantern:#a2cf3a;
--jadeite:#3bc9a3;
}