Color names in this palette
CSS code for this palette
/* CSS */
.persian-green {
color: #00a895;
}
.mystic-turquoise {
color: #008a77;
}
.ultramarine-green {
color: #007a66;
}
.tidal-pool {
color: #006156;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--persian-green:#00a895;
--mystic-turquoise:#008a77;
--ultramarine-green:#007a66;
--tidal-pool:#006156;
--sherpa-blue:#004a4d;
}