Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.flounce {
color: #4b8b8b;
}
.spring-water-turquoise {
color: #7ab3b2;
}
.tahitian-breeze {
color: #b5e8e4;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--flounce:#4b8b8b;
--spring-water-turquoise:#7ab3b2;
--tahitian-breeze:#b5e8e4;
--distant-horizon:#f1f9f9;
}