Color names in this palette
CSS code for this palette
/* CSS */
.crunch {
color: #f2b75f;
}
.egyptian-gold {
color: #efae4d;
}
.sizzling-sunset {
color: #f07d4c;
}
.daring {
color: #da614e;
}
.thimble-red {
color: #a35c8b;
}
/* CSS Variables */
:root {
--crunch:#f2b75f;
--egyptian-gold:#efae4d;
--sizzling-sunset:#f07d4c;
--daring:#da614e;
--thimble-red:#a35c8b;
}