Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3e5c7e;
}
.georgian-revival-blue {
color: #5b8d9f;
}
.winter-surf {
color: #7fb8b2;
}
.frugal {
color: #a3d7b1;
}
.shrimp-toast {
color: #f8c6a0;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3e5c7e;
--georgian-revival-blue:#5b8d9f;
--winter-surf:#7fb8b2;
--frugal:#a3d7b1;
--shrimp-toast:#f8c6a0;
}