Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.billiard {
color: #00b3a1;
}
.corfu-shallows {
color: #008f8f;
}
.mosque {
color: #005c5c;
}
.stellar-explorer {
color: #001f1f;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--billiard:#00b3a1;
--corfu-shallows:#008f8f;
--mosque:#005c5c;
--stellar-explorer:#001f1f;
}