Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.stillwater {
color: #6da4b0;
}
.cosmic-blue {
color: #91c3ca;
}
.breeze-in-june {
color: #c4e1e8;
}
.m-white {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--stillwater:#6da4b0;
--cosmic-blue:#91c3ca;
--breeze-in-june:#c4e1e8;
--m-white:#f4f9fb;
}