Color names in this palette
CSS code for this palette
/* CSS */
.sohi-red {
color: #e65f3d;
}
.sandy-brown {
color: #f1a65b;
}
.soft-straw {
color: #f5d07f;
}
.venetian-yellow {
color: #f7e4a1;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--sohi-red:#e65f3d;
--sandy-brown:#f1a65b;
--soft-straw:#f5d07f;
--venetian-yellow:#f7e4a1;
--shrimp-toast:#f9c69f;
}