Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.vegetation {
color: #4cdc8f;
}
.venus-violet {
color: #7f6ccb;
}
.plum-dust {
color: #a84d93;
}
.golden-hamster {
color: #d59f39;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--vegetation:#4cdc8f;
--venus-violet:#7f6ccb;
--plum-dust:#a84d93;
--golden-hamster:#d59f39;
}