Color names in this palette
CSS code for this palette
/* CSS */
.riviera-paradise {
color: #00999e;
}
.swagger {
color: #1db4b4;
}
.medium-turquoise {
color: #4bd2d2;
}
.everest {
color: #a1e3e3;
}
.coastal-breeze {
color: #def7f7;
}
/* CSS Variables */
:root {
--riviera-paradise:#00999e;
--swagger:#1db4b4;
--medium-turquoise:#4bd2d2;
--everest:#a1e3e3;
--coastal-breeze:#def7f7;
}