Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.sea-serpent {
color: #4bc7d8;
}
.sardinia-beaches {
color: #2ca7c9;
}
.bondi-blue {
color: #0095b3;
}
.cleopatra {
color: #00778f;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--sea-serpent:#4bc7d8;
--sardinia-beaches:#2ca7c9;
--bondi-blue:#0095b3;
--cleopatra:#00778f;
}