Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8e8e;
}
.verdigris {
color: #3eb1b1;
}
.blue-radiance {
color: #50d3d3;
}
.everest {
color: #a1e3e3;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--river-fountain:#1f8e8e;
--verdigris:#3eb1b1;
--blue-radiance:#50d3d3;
--everest:#a1e3e3;
--coastal-breeze:#e2f8f8;
}