Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b7e5f5;
}
.speedboat {
color: #94c1d6;
}
.lake-lucerne {
color: #699eb5;
}
.coelin-blue {
color: #4b7d91;
}
.night-shift {
color: #2c5b68;
}
/* CSS Variables */
:root {
--echo-iris:#b7e5f5;
--speedboat:#94c1d6;
--lake-lucerne:#699eb5;
--coelin-blue:#4b7d91;
--night-shift:#2c5b68;
}