Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.raichu-orange {
color: #f6af3c;
}
.cream-blush {
color: #f6c298;
}
.mystic-harbor {
color: #d2e4ef;
}
.inner-sanctum {
color: #7aa8b8;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--raichu-orange:#f6af3c;
--cream-blush:#f6c298;
--mystic-harbor:#d2e4ef;
--inner-sanctum:#7aa8b8;
}