Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7b9e;
}
.fate {
color: #6a9bbe;
}
.periwinkle-sky {
color: #8cb9d9;
}
.light-budgie-blue {
color: #9fd6e5;
}
.crystal-river {
color: #b2e3f0;
}
/* CSS Variables */
:root {
--tech-wave:#4c7b9e;
--fate:#6a9bbe;
--periwinkle-sky:#8cb9d9;
--light-budgie-blue:#9fd6e5;
--crystal-river:#b2e3f0;
}