Color names in this palette
CSS code for this palette
/* CSS */
.seraphim-sepia {
color: #d97c4a;
}
.acorn-squash {
color: #f2a63a;
}
.limelight {
color: #efe46c;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-heaven {
color: #5a7e96;
}
/* CSS Variables */
:root {
--seraphim-sepia:#d97c4a;
--acorn-squash:#f2a63a;
--limelight:#efe46c;
--sea-cliff:#a3c7e0;
--blue-heaven:#5a7e96;
}