Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f5b638;
}
.pelican-pecker {
color: #f59b2e;
}
.persimmon-orange {
color: #f57729;
}
.tangerine-bliss {
color: #d75f28;
}
.hamburger {
color: #a34e24;
}
/* CSS Variables */
:root {
--squash-blossom:#f5b638;
--pelican-pecker:#f59b2e;
--persimmon-orange:#f57729;
--tangerine-bliss:#d75f28;
--hamburger:#a34e24;
}