Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.tatzelwurm-green {
color: #2d6b00;
}
.jardini-re {
color: #009975;
}
.capri {
color: #00bfff;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--tatzelwurm-green:#2d6b00;
--jardini-re:#009975;
--capri:#00bfff;
--flush-orange:#ff6e00;
}