Color names in this palette
CSS code for this palette
/* CSS */
.riviera-paradise {
color: #00999e;
}
.cyan-sky {
color: #00b2b3;
}
.tilla-kari-mosque {
color: #00cccc;
}
.bright-turquoise {
color: #00e5e6;
}
.pale-king-s-blue {
color: #a3f0f0;
}
/* CSS Variables */
:root {
--riviera-paradise:#00999e;
--cyan-sky:#00b2b3;
--tilla-kari-mosque:#00cccc;
--bright-turquoise:#00e5e6;
--pale-king-s-blue:#a3f0f0;
}