Color names in this palette
CSS code for this palette
/* CSS */
.get-up-and-go {
color: #1b9d4a;
}
.mint-jelly {
color: #41c8a0;
}
.turquoise-sea {
color: #6cd4e4;
}
.pinard-yellow {
color: #f5c800;
}
.burning-orange {
color: #fd6e21;
}
/* CSS Variables */
:root {
--get-up-and-go:#1b9d4a;
--mint-jelly:#41c8a0;
--turquoise-sea:#6cd4e4;
--pinard-yellow:#f5c800;
--burning-orange:#fd6e21;
}