Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.swagger {
color: #19b3b3;
}
.montego-bay {
color: #3dbdbd;
}
.blue-radiance {
color: #5ed4d4;
}
.everest {
color: #9fdfdf;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--swagger:#19b3b3;
--montego-bay:#3dbdbd;
--blue-radiance:#5ed4d4;
--everest:#9fdfdf;
}