Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9dd8e1;
}
.florida-turquoise {
color: #6cb7b3;
}
.blue-chill {
color: #3b8c8b;
}
.enchanting-ivy {
color: #305a57;
}
.nordic {
color: #1b3b39;
}
/* CSS Variables */
:root {
--ocean-cruise:#9dd8e1;
--florida-turquoise:#6cb7b3;
--blue-chill:#3b8c8b;
--enchanting-ivy:#305a57;
--nordic:#1b3b39;
}