Color names in this palette
CSS code for this palette
/* CSS */
.fresh-water {
color: #c3e0f9;
}
.afternoon-sky {
color: #88cfe7;
}
.highlighter-blue {
color: #3db2d6;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--fresh-water:#c3e0f9;
--afternoon-sky:#88cfe7;
--highlighter-blue:#3db2d6;
--germander-speedwell:#0095c7;
--turkish-tile:#007e9e;
}