Color names in this palette
CSS code for this palette
/* CSS */
.arts-crafts-gold {
color: #f5c88a;
}
.carrot {
color: #ff6e42;
}
.emerald-wave {
color: #4eb7ac;
}
.kul-sharif-blue {
color: #80d3fa;
}
.egg-yolk {
color: #ffcc80;
}
/* CSS Variables */
:root {
--arts-crafts-gold:#f5c88a;
--carrot:#ff6e42;
--emerald-wave:#4eb7ac;
--kul-sharif-blue:#80d3fa;
--egg-yolk:#ffcc80;
}