Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.not-a-cloud-in-sight {
color: #85c5d5;
}
.explorer-blue {
color: #5ca4b7;
}
.turkish-stone {
color: #2d7a8f;
}
.uncharted {
color: #1a5a60;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--not-a-cloud-in-sight:#85c5d5;
--explorer-blue:#5ca4b7;
--turkish-stone:#2d7a8f;
--uncharted:#1a5a60;
}