Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.blouson-blue {
color: #6ab8c8;
}
.glass-jar-blue {
color: #1ab7a5;
}
.mosaic-tile {
color: #1c6c6d;
}
.port-malmesbury {
color: #0e4a4e;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--blouson-blue:#6ab8c8;
--glass-jar-blue:#1ab7a5;
--mosaic-tile:#1c6c6d;
--port-malmesbury:#0e4a4e;
}