Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.squash-blossom {
color: #f6b83c;
}
.pesto-calabrese {
color: #f28c26;
}
.flame {
color: #e45b21;
}
.chi-gong {
color: #d42e2b;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--squash-blossom:#f6b83c;
--pesto-calabrese:#f28c26;
--flame:#e45b21;
--chi-gong:#d42e2b;
}