Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a8ebc;
}
.shovel-knight {
color: #3bc8e8;
}
.haba-ero-gold {
color: #ffcf3d;
}
.extreme-carrot {
color: #ff6d2e;
}
.blood-burst {
color: #fe4848;
}
/* CSS Variables */
:root {
--spa-dream:#1a8ebc;
--shovel-knight:#3bc8e8;
--haba-ero-gold:#ffcf3d;
--extreme-carrot:#ff6d2e;
--blood-burst:#fe4848;
}