CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.suds {
color: #a7b2c3;
}
.white-smoke {
color: #f5f5f5;
}
.crashing-waves {
color: #3d6b8a;
}
.khaki {
color: #c3b192;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--suds:#a7b2c3;
--white-smoke:#f5f5f5;
--crashing-waves:#3d6b8a;
--khaki:#c3b192;
}