Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.golden {
color: #f5c000;
}
.n-rang-orange {
color: #ff8052;
}
.bright-delight {
color: #d15929;
}
.sundried-tomato {
color: #6a2c2a;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--golden:#f5c000;
--n-rang-orange:#ff8052;
--bright-delight:#d15929;
--sundried-tomato:#6a2c2a;
}