Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.adriatic-sea {
color: #006080;
}
.corfu-shallows {
color: #008f8f;
}
.billiard {
color: #00b3a1;
}
.mint-morning {
color: #00dbc5;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--adriatic-sea:#006080;
--corfu-shallows:#008f8f;
--billiard:#00b3a1;
--mint-morning:#00dbc5;
}