Color names in this palette
CSS code for this palette
/* CSS */
.echo-mist {
color: #d7e0e0;
}
.aspiring-blue {
color: #a4c1c1;
}
.steel-pan-mallet {
color: #70a4a4;
}
.atlantic-wave {
color: #3a7878;
}
.hornblende-green {
color: #1f4c4c;
}
/* CSS Variables */
:root {
--echo-mist:#d7e0e0;
--aspiring-blue:#a4c1c1;
--steel-pan-mallet:#70a4a4;
--atlantic-wave:#3a7878;
--hornblende-green:#1f4c4c;
}