Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.billiard {
color: #00b39e;
}
.tilla-kari-mosque {
color: #00d1c7;
}
.first-timer-green {
color: #00e0dd;
}
.aqua-cyan {
color: #00f1f5;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--billiard:#00b39e;
--tilla-kari-mosque:#00d1c7;
--first-timer-green:#00e0dd;
--aqua-cyan:#00f1f5;
}