Color names in this palette
CSS code for this palette
/* CSS */
.brilliant {
color: #0095a8;
}
.verditer {
color: #00b3aa;
}
.tilla-kari-mosque {
color: #00d1ca;
}
.first-timer-green {
color: #00e6de;
}
.turquoise-blue {
color: #00fff2;
}
/* CSS Variables */
:root {
--brilliant:#0095a8;
--verditer:#00b3aa;
--tilla-kari-mosque:#00d1ca;
--first-timer-green:#00e6de;
--turquoise-blue:#00fff2;
}