Color names in this palette
CSS code for this palette
/* CSS */
.dingy-sticky-note {
color: #e3f2a1;
}
.garden-room {
color: #b1d3a7;
}
.windsor-way {
color: #a2c7e7;
}
.squash-blossom {
color: #f6b83c;
}
.bonfire {
color: #f37c58;
}
/* CSS Variables */
:root {
--dingy-sticky-note:#e3f2a1;
--garden-room:#b1d3a7;
--windsor-way:#a2c7e7;
--squash-blossom:#f6b83c;
--bonfire:#f37c58;
}