Color names in this palette
CSS code for this palette
/* CSS */
.chapel-blue {
color: #b2d1e6;
}
.coral-springs {
color: #a9d0b1;
}
.tan-temptation {
color: #f0b89e;
}
.seasonal-beige {
color: #e9b79f;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--chapel-blue:#b2d1e6;
--coral-springs:#a9d0b1;
--tan-temptation:#f0b89e;
--seasonal-beige:#e9b79f;
--fireglow:#d65c3d;
}