Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7d8c;
}
.aqua-smoke {
color: #8ba2a0;
}
.water-surface {
color: #a8bdb5;
}
.meadowsweet-mist {
color: #d2e4e0;
}
.lynx-white {
color: #f6f7f9;
}
/* CSS Variables */
:root {
--technical-blue:#5a7d8c;
--aqua-smoke:#8ba2a0;
--water-surface:#a8bdb5;
--meadowsweet-mist:#d2e4e0;
--lynx-white:#f6f7f9;
}