Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9ad5;
}
.sanctuary-spa {
color: #68afe8;
}
.anakiwa {
color: #8bd2ea;
}
.mellow-yellow {
color: #f5e07f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--homeworld:#1a9ad5;
--sanctuary-spa:#68afe8;
--anakiwa:#8bd2ea;
--mellow-yellow:#f5e07f;
--grapefruit-pulp:#ff6e61;
}