Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0095a8;
}
.verditer {
color: #00b3aa;
}
.channel-marker-green {
color: #00d6b6;
}
.chartreuse-shot {
color: #e0d500;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--brilliant:#0095a8;
--verditer:#00b3aa;
--channel-marker-green:#00d6b6;
--chartreuse-shot:#e0d500;
--chrome-yellow:#faa700;
}