Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.floral-leaf {
color: #ffb84d;
}
.golden-aurelia {
color: #fff175;
}
.energise {
color: #70d06d;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--floral-leaf:#ffb84d;
--golden-aurelia:#fff175;
--energise:#70d06d;
--olympic-blue:#4b91e2;
}