Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.joyful-orange {
color: #ff913d;
}
.floral-leaf {
color: #ffb84d;
}
.medium-sea-green {
color: #3cb472;
}
.green-fondant {
color: #309c61;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--joyful-orange:#ff913d;
--floral-leaf:#ffb84d;
--medium-sea-green:#3cb472;
--green-fondant:#309c61;
}