Color names in this palette
CSS code for this palette
/* CSS */
.whipped-peach {
color: #f8caaf;
}
.sunset-peach {
color: #f9a97b;
}
.chocobo-feather {
color: #f8b90d;
}
.chinese-orange {
color: #f16f3b;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--whipped-peach:#f8caaf;
--sunset-peach:#f9a97b;
--chocobo-feather:#f8b90d;
--chinese-orange:#f16f3b;
--peanut-butter-jelly:#c94c26;
}