CSS code for this palette
/* CSS */
.tech-wave {
color: #4c7d9a;
}
.blue-dam {
color: #a5c6d5;
}
.cameo-cream {
color: #f1e2c1;
}
.fire-coral {
color: #e2b46e;
}
.tile-red {
color: #c76b4d;
}
/* CSS Variables */
:root {
--tech-wave:#4c7d9a;
--blue-dam:#a5c6d5;
--cameo-cream:#f1e2c1;
--fire-coral:#e2b46e;
--tile-red:#c76b4d;
}