Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f6df60;
}
.sunbathed-beach {
color: #fbd38e;
}
.squash-blossom {
color: #f6b83c;
}
.glitzy-gold {
color: #d69e2e;
}
.beef-hotpot {
color: #a85f2e;
}
/* CSS Variables */
:root {
--dilly-dally:#f6df60;
--sunbathed-beach:#fbd38e;
--squash-blossom:#f6b83c;
--glitzy-gold:#d69e2e;
--beef-hotpot:#a85f2e;
}