Color names in this palette
CSS code for this palette
/* CSS */
.stop {
color: #c73838;
}
.welcoming-wasp {
color: #f0a800;
}
.phellodendron-amurense {
color: #f5c13d;
}
.carrot {
color: #ff713d;
}
.matt-pink {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--stop:#c73838;
--welcoming-wasp:#f0a800;
--phellodendron-amurense:#f5c13d;
--carrot:#ff713d;
--matt-pink:#ffb3c2;
}