Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f9bd1;
}
.sail-away {
color: #4db9e0;
}
.island-paradise {
color: #8ce3e0;
}
.mint-macaron {
color: #b2f0f0;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--homeworld:#1f9bd1;
--sail-away:#4db9e0;
--island-paradise:#8ce3e0;
--mint-macaron:#b2f0f0;
--coastal-breeze:#def7f7;
}