Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #597c91;
}
.tower-bridge {
color: #7a9f9f;
}
.ocean-boulevard {
color: #a3c8c4;
}
.aqua-breeze {
color: #d8e9e2;
}
.distant-horizon {
color: #f1f8f6;
}
/* CSS Variables */
:root {
--technical-blue:#597c91;
--tower-bridge:#7a9f9f;
--ocean-boulevard:#a3c8c4;
--aqua-breeze:#d8e9e2;
--distant-horizon:#f1f8f6;
}