Color names in this palette
CSS code for this palette
/* CSS */
.vivid-red-tangelo {
color: #d95e20;
}
.intense-yellow {
color: #e09d38;
}
.squash-blossom {
color: #f7b53b;
}
.buzz-in {
color: #fdd758;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--vivid-red-tangelo:#d95e20;
--intense-yellow:#e09d38;
--squash-blossom:#f7b53b;
--buzz-in:#fdd758;
--optimistic-yellow:#f4e1a4;
}