CSS code for this palette
/* CSS */
.carrot {
color: #f76a3b;
}
.chat-orange {
color: #f99f3e;
}
.wake-me-up {
color: #f3d758;
}
.lush-grass {
color: #4a8c4a;
}
.unity {
color: #2b4a8c;
}
/* CSS Variables */
:root {
--carrot:#f76a3b;
--chat-orange:#f99f3e;
--wake-me-up:#f3d758;
--lush-grass:#4a8c4a;
--unity:#2b4a8c;
}