Color names in this palette
CSS code for this palette
/* CSS */
.wave-jumper {
color: #6b8f9e;
}
.canal-blue {
color: #9fc2c6;
}
.light-supernova {
color: #d0e6e2;
}
.whitest-white {
color: #f5faf6;
}
.mystic-tulip {
color: #f9b49f;
}
/* CSS Variables */
:root {
--wave-jumper:#6b8f9e;
--canal-blue:#9fc2c6;
--light-supernova:#d0e6e2;
--whitest-white:#f5faf6;
--mystic-tulip:#f9b49f;
}