Color names in this palette
CSS code for this palette
/* CSS */
.tilla-kari-mosque {
color: #00cccc;
}
.hammam-blue {
color: #66d6d6;
}
.aqua-fiesta {
color: #9ae4e4;
}
.mint-macaron {
color: #b1f2f2;
}
.light-cyan {
color: #e0ffff;
}
/* CSS Variables */
:root {
--tilla-kari-mosque:#00cccc;
--hammam-blue:#66d6d6;
--aqua-fiesta:#9ae4e4;
--mint-macaron:#b1f2f2;
--light-cyan:#e0ffff;
}