Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d9e1;
}
.water-flow {
color: #7dc5d4;
}
.aqueduct {
color: #5bb4b9;
}
.taos-turquoise {
color: #2e8a8a;
}
.lacustral {
color: #1b4f50;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d9e1;
--water-flow:#7dc5d4;
--aqueduct:#5bb4b9;
--taos-turquoise:#2e8a8a;
--lacustral:#1b4f50;
}