Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f9bd1;
}
.holiday-blue {
color: #2dc3d7;
}
.blue-chill {
color: #3a8d8c;
}
.royal-cloak {
color: #1ba1a1;
}
.neon-nazar {
color: #4ccfe1;
}
/* CSS Variables */
:root {
--homeworld:#1f9bd1;
--holiday-blue:#2dc3d7;
--blue-chill:#3a8d8c;
--royal-cloak:#1ba1a1;
--neon-nazar:#4ccfe1;
}