Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #fad49e;
}
.peach-quartz {
color: #f4af8a;
}
.cumquat-cream {
color: #f09f7f;
}
.chinese-lantern {
color: #f08d5c;
}
.jelly-slug {
color: #d96b4a;
}
/* CSS Variables */
:root {
--paw-paw:#fad49e;
--peach-quartz:#f4af8a;
--cumquat-cream:#f09f7f;
--chinese-lantern:#f08d5c;
--jelly-slug:#d96b4a;
}