Color names in this palette
CSS code for this palette
/* CSS */
.duvall {
color: #0c8c92;
}
.tropical-tree {
color: #1daaa3;
}
.tint-of-turquoise {
color: #3bc4b4;
}
.everest {
color: #9ee0e0;
}
.coastal-breeze {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--duvall:#0c8c92;
--tropical-tree:#1daaa3;
--tint-of-turquoise:#3bc4b4;
--everest:#9ee0e0;
--coastal-breeze:#e3f7f7;
}