Color names in this palette
CSS code for this palette
/* CSS */
.vital-green {
color: #1a8e5c;
}
.emerald-bliss {
color: #4fbfa9;
}
.aqua-wish {
color: #a1e8d1;
}
.daisy-desi {
color: #f9df8b;
}
.carrot {
color: #f76a3b;
}
/* CSS Variables */
:root {
--vital-green:#1a8e5c;
--emerald-bliss:#4fbfa9;
--aqua-wish:#a1e8d1;
--daisy-desi:#f9df8b;
--carrot:#f76a3b;
}