Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b7e2f5;
}
.light-budgie-blue {
color: #a0d5e9;
}
.pacific-harbour {
color: #75b6d7;
}
.mountain-bluebird {
color: #4b9abe;
}
.valley-of-glaciers {
color: #2a7c9d;
}
/* CSS Variables */
:root {
--echo-iris:#b7e2f5;
--light-budgie-blue:#a0d5e9;
--pacific-harbour:#75b6d7;
--mountain-bluebird:#4b9abe;
--valley-of-glaciers:#2a7c9d;
}