Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9ad5;
}
.blue-astro {
color: #4ea9da;
}
.bright-spark {
color: #73c1e2;
}
.fresco-green {
color: #7dd8af;
}
.flame-seal {
color: #f8e15d;
}
/* CSS Variables */
:root {
--homeworld:#1a9ad5;
--blue-astro:#4ea9da;
--bright-spark:#73c1e2;
--fresco-green:#7dd8af;
--flame-seal:#f8e15d;
}