Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9dd5;
}
.mad-for-mango {
color: #f5a300;
}
.plastic-carrot {
color: #f65f23;
}
.dingy-dungeon {
color: #c32c57;
}
.vicious-violet {
color: #8f4e97;
}
/* CSS Variables */
:root {
--homeworld:#1a9dd5;
--mad-for-mango:#f5a300;
--plastic-carrot:#f65f23;
--dingy-dungeon:#c32c57;
--vicious-violet:#8f4e97;
}