Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a91d5;
}
.sail-away {
color: #4fb2e3;
}
.crystal-gem {
color: #71d6a5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.desert-spice {
color: #c66e2f;
}
/* CSS Variables */
:root {
--homeworld:#1a91d5;
--sail-away:#4fb2e3;
--crystal-gem:#71d6a5;
--solar-plexus-chakra:#f1c84b;
--desert-spice:#c66e2f;
}