Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a6e3d8;
}
.neon-nazar {
color: #4fd6e8;
}
.jade-lime {
color: #9cd07c;
}
.bright-khaki {
color: #f0e78e;
}
.dwarven-peaches {
color: #ffa07a;
}
/* CSS Variables */
:root {
--botanical-tint:#a6e3d8;
--neon-nazar:#4fd6e8;
--jade-lime:#9cd07c;
--bright-khaki:#f0e78e;
--dwarven-peaches:#ffa07a;
}