Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a50d;
}
.welcoming-wasp {
color: #f0a800;
}
.egg-toast {
color: #f5c70f;
}
.moldy-ochre {
color: #d89f03;
}
.cassandra-s-curse {
color: #c07a02;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a50d;
--welcoming-wasp:#f0a800;
--egg-toast:#f5c70f;
--moldy-ochre:#d89f03;
--cassandra-s-curse:#c07a02;
}