Color names in this palette
CSS code for this palette
/* CSS */
.currywurst {
color: #e2aa32;
}
.maximum-yellow-red {
color: #f2b74a;
}
.sunday-afternoon {
color: #f5c87a;
}
.stella-dora {
color: #f8d8a5;
}
.havana-cream {
color: #f9e7c3;
}
/* CSS Variables */
:root {
--currywurst:#e2aa32;
--maximum-yellow-red:#f2b74a;
--sunday-afternoon:#f5c87a;
--stella-dora:#f8d8a5;
--havana-cream:#f9e7c3;
}