Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.cologne {
color: #76c1d5;
}
.crystalsong-blue {
color: #4bb0b4;
}
.turkish-jade {
color: #2e8a8e;
}
.allports {
color: #1c6d7d;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--cologne:#76c1d5;
--crystalsong-blue:#4bb0b4;
--turkish-jade:#2e8a8e;
--allports:#1c6d7d;
}