Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-electress {
color: #6d9fd5;
}
.blue-dart-frog {
color: #3b7b9b;
}
.hornblende-green {
color: #1f4c4c;
}
.black-box {
color: #0a2929;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-electress:#6d9fd5;
--blue-dart-frog:#3b7b9b;
--hornblende-green:#1f4c4c;
--black-box:#0a2929;
}