Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9dd4;
}
.clean-pool {
color: #50c9f2;
}
.turkish-turquoise {
color: #76dfe5;
}
.freezy-wind {
color: #98f6d8;
}
.spring-kiss {
color: #e1f7b0;
}
/* CSS Variables */
:root {
--homeworld:#1c9dd4;
--clean-pool:#50c9f2;
--turkish-turquoise:#76dfe5;
--freezy-wind:#98f6d8;
--spring-kiss:#e1f7b0;
}