Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.sand-island {
color: #f4d1c3;
}
.khaki-core {
color: #f9e6ae;
}
.peppermint-patty {
color: #d2e5d5;
}
.legacy-blue {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--sand-island:#f4d1c3;
--khaki-core:#f9e6ae;
--peppermint-patty:#d2e5d5;
--legacy-blue:#9fc7e0;
}