Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.maximum-blue-green {
color: #2ec2c2;
}
.near-moon {
color: #5ce1e6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--maximum-blue-green:#2ec2c2;
--near-moon:#5ce1e6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}