Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.veranda-blue {
color: #63b6b0;
}
.blue-venus {
color: #3a7d7e;
}
.delta-green {
color: #2d4b4e;
}
.ard-sia {
color: #1f2d2e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--veranda-blue:#63b6b0;
--blue-venus:#3a7d7e;
--delta-green:#2d4b4e;
--ard-sia:#1f2d2e;
}