Color names in this palette
CSS code for this palette
/* CSS */
.neon-green {
color: #38ff14;
}
.green-fiasco {
color: #a8e600;
}
.hanuman-green {
color: #4dffb2;
}
.turkish-tile {
color: #007c9e;
}
.blue-rose {
color: #2f2c6d;
}
/* CSS Variables */
:root {
--neon-green:#38ff14;
--green-fiasco:#a8e600;
--hanuman-green:#4dffb2;
--turkish-tile:#007c9e;
--blue-rose:#2f2c6d;
}