Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9bdb;
}
.blue-vacation {
color: #1e7da9;
}
.nautical-creatures {
color: #2c5b7d;
}
.sunshine-mellow {
color: #f1c40e;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--homeworld:#1a9bdb;
--blue-vacation:#1e7da9;
--nautical-creatures:#2c5b7d;
--sunshine-mellow:#f1c40e;
--tenn:#d15400;
}