Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.heavenly {
color: #7eb2c4;
}
.starflower-blue {
color: #499db6;
}
.cote-d-azur {
color: #007a8a;
}
.egyptian-enamel {
color: #005c66;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--heavenly:#7eb2c4;
--starflower-blue:#499db6;
--cote-d-azur:#007a8a;
--egyptian-enamel:#005c66;
}