Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9bdb;
}
.holiday-blue {
color: #2ec5d6;
}
.medium-turquoise {
color: #40d4d4;
}
.ocean-in-a-bowl {
color: #69e2c8;
}
.bright-sea-green {
color: #a0e4c0;
}
/* CSS Variables */
:root {
--homeworld:#1a9bdb;
--holiday-blue:#2ec5d6;
--medium-turquoise:#40d4d4;
--ocean-in-a-bowl:#69e2c8;
--bright-sea-green:#a0e4c0;
}