Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.corydalis-blue {
color: #9fc7d6;
}
.trisha-s-eyes {
color: #90b6c6;
}
.jolt-of-jade {
color: #50b9a1;
}
.bejewelled {
color: #2c9b74;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--corydalis-blue:#9fc7d6;
--trisha-s-eyes:#90b6c6;
--jolt-of-jade:#50b9a1;
--bejewelled:#2c9b74;
}