Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.oriole-yellow {
color: #f6d579;
}
.lazy-daisy {
color: #f9eba4;
}
.durango-dust {
color: #fce4a1;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--oriole-yellow:#f6d579;
--lazy-daisy:#f9eba4;
--durango-dust:#fce4a1;
--black:#000000;
}