Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.igniting {
color: #f3d69b;
}
.schabziger-green {
color: #e6e2b7;
}
.windsor-way {
color: #a1c7e3;
}
.tall-waves {
color: #5e9ccf;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--igniting:#f3d69b;
--schabziger-green:#e6e2b7;
--windsor-way:#a1c7e3;
--tall-waves:#5e9ccf;
}