Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #327c9f;
}
.blue-raspberry-seed {
color: #3ca7c8;
}
.turquoise-sea {
color: #6fd1e7;
}
.echo-iris {
color: #b4e3f3;
}
.silent-snowfall {
color: #eff6fb;
}
/* CSS Variables */
:root {
--fun-and-games:#327c9f;
--blue-raspberry-seed:#3ca7c8;
--turquoise-sea:#6fd1e7;
--echo-iris:#b4e3f3;
--silent-snowfall:#eff6fb;
}