Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff2e2e;
}
.sun-crete {
color: #ff8c00;
}
.middle-yellow {
color: #ffea00;
}
.signal-green {
color: #2fff00;
}
.vibrant-mint {
color: #00ffe6;
}
/* CSS Variables */
:root {
--pelati:#ff2e2e;
--sun-crete:#ff8c00;
--middle-yellow:#ffea00;
--signal-green:#2fff00;
--vibrant-mint:#00ffe6;
}