Color names in this palette
CSS code for this palette
/* CSS */
.precious-persimmon {
color: #ff7142;
}
.zing {
color: #fbbf7e;
}
.howdy-neighbor {
color: #f9e3c8;
}
.welcoming-wasp {
color: #f0a800;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--precious-persimmon:#ff7142;
--zing:#fbbf7e;
--howdy-neighbor:#f9e3c8;
--welcoming-wasp:#f0a800;
--carmine:#d60032;
}