Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad4;
}
.north-wind {
color: #4bc3c1;
}
.lilliputian-lime {
color: #7fd959;
}
.nyc-taxi {
color: #f6b531;
}
.festive-fennec {
color: #fc5a62;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad4;
--north-wind:#4bc3c1;
--lilliputian-lime:#7fd959;
--nyc-taxi:#f6b531;
--festive-fennec:#fc5a62;
}