Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1f718e;
}
.teal-essence {
color: #3ba7b5;
}
.throat-chakra {
color: #66d3d6;
}
.esoteric-touch-green {
color: #a8f0cb;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1f718e;
--teal-essence:#3ba7b5;
--throat-chakra:#66d3d6;
--esoteric-touch-green:#a8f0cb;
--blended-fruit:#f9e1a4;
}