Color names in this palette
CSS code for this palette
/* CSS */
.wisteria-yellow {
color: #f8c212;
}
.raichu-orange {
color: #f6a83c;
}
.blaze {
color: #f78d50;
}
.poppy-petal {
color: #f7a28d;
}
.sour-patch-peach {
color: #f6d9c6;
}
/* CSS Variables */
:root {
--wisteria-yellow:#f8c212;
--raichu-orange:#f6a83c;
--blaze:#f78d50;
--poppy-petal:#f7a28d;
--sour-patch-peach:#f6d9c6;
}