Color names in this palette
CSS code for this palette
/* CSS */
.emerald-wave {
color: #50b4a2;
}
.refresh {
color: #a1d4c3;
}
.woven-raffia {
color: #f0e1c1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--emerald-wave:#50b4a2;
--refresh:#a1d4c3;
--woven-raffia:#f0e1c1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}