Color names in this palette
CSS code for this palette
/* CSS */
.dead-sea {
color: #7de6f2;
}
.clean-pool {
color: #4bc9e2;
}
.sardinia-beaches {
color: #29a2c7;
}
.cote-d-azur {
color: #007a8a;
}
.egyptian-enamel {
color: #005c66;
}
/* CSS Variables */
:root {
--dead-sea:#7de6f2;
--clean-pool:#4bc9e2;
--sardinia-beaches:#29a2c7;
--cote-d-azur:#007a8a;
--egyptian-enamel:#005c66;
}