Color names in this palette
CSS code for this palette
/* CSS */
.tech-wave {
color: #4b7c9b;
}
.water-music {
color: #6eb2bf;
}
.luminescent-blue {
color: #a6e1e7;
}
.american-yellow {
color: #f5b400;
}
.goku-orange {
color: #f07e3d;
}
/* CSS Variables */
:root {
--tech-wave:#4b7c9b;
--water-music:#6eb2bf;
--luminescent-blue:#a6e1e7;
--american-yellow:#f5b400;
--goku-orange:#f07e3d;
}