Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.flush-orange {
color: #ff6e00;
}
.citrus-splash {
color: #ffc300;
}
.verditer {
color: #00bdad;
}
.pond-moss {
color: #007a6c;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--flush-orange:#ff6e00;
--citrus-splash:#ffc300;
--verditer:#00bdad;
--pond-moss:#007a6c;
}