Color names in this palette
CSS code for this palette
/* CSS */
.eton-blue {
color: #a7d3d3;
}
.venice-escape {
color: #76b2b2;
}
.mirage-lake {
color: #4c9090;
}
.moonlit-forest {
color: #3c6d6d;
}
.delta-green {
color: #2a4b4b;
}
/* CSS Variables */
:root {
--eton-blue:#a7d3d3;
--venice-escape:#76b2b2;
--mirage-lake:#4c9090;
--moonlit-forest:#3c6d6d;
--delta-green:#2a4b4b;
}