Color names in this palette
CSS code for this palette
/* CSS */
.pelati {
color: #ff3333;
}
.carrot {
color: #ff713d;
}
.extreme-yellow {
color: #ffb829;
}
.tennis-ball {
color: #d5ff4d;
}
.easter-green {
color: #8ffb89;
}
/* CSS Variables */
:root {
--pelati:#ff3333;
--carrot:#ff713d;
--extreme-yellow:#ffb829;
--tennis-ball:#d5ff4d;
--easter-green:#8ffb89;
}