Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mee-hua-sunset {
color: #f07800;
}
.kimchi {
color: #f04c00;
}
.mr-krabs {
color: #d54120;
}
.crimson-strawberry {
color: #9a2d44;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mee-hua-sunset:#f07800;
--kimchi:#f04c00;
--mr-krabs:#d54120;
--crimson-strawberry:#9a2d44;
}