Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.aurora-teal {
color: #6fb3b0;
}
.blue-venus {
color: #3a7e7c;
}
.delta-green {
color: #2e4b4d;
}
.nordic {
color: #1d3a3a;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--aurora-teal:#6fb3b0;
--blue-venus:#3a7e7c;
--delta-green:#2e4b4d;
--nordic:#1d3a3a;
}