Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad4;
}
.thalassophile {
color: #40afe2;
}
.tanager-turquoise {
color: #89d7e6;
}
.tamarack-yellow {
color: #f1e255;
}
.ornery-tangerine {
color: #f97a1f;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad4;
--thalassophile:#40afe2;
--tanager-turquoise:#89d7e6;
--tamarack-yellow:#f1e255;
--ornery-tangerine:#f97a1f;
}