Color names in this palette
CSS code for this palette
/* CSS */
.d-u-l-green {
color: #008f79;
}
.verditer {
color: #00b3aa;
}
.tilla-kari-mosque {
color: #00d1c7;
}
.first-timer-green {
color: #00e6d2;
}
.frozen-boubble {
color: #00f5e4;
}
/* CSS Variables */
:root {
--d-u-l-green:#008f79;
--verditer:#00b3aa;
--tilla-kari-mosque:#00d1c7;
--first-timer-green:#00e6d2;
--frozen-boubble:#00f5e4;
}