Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.green-grapple {
color: #3bb5b1;
}
.throat-chakra {
color: #6ed5d8;
}
.charlotte {
color: #a3e0e6;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--green-grapple:#3bb5b1;
--throat-chakra:#6ed5d8;
--charlotte:#a3e0e6;
--distant-horizon:#f1f9f9;
}