Color names in this palette
CSS code for this palette
/* CSS */
.first-day-of-summer {
color: #f5e799;
}
.pierogi {
color: #f2d78c;
}
.sunburst {
color: #f3b67c;
}
.bierwurst {
color: #f18e8e;
}
.carmine-rose {
color: #e65c8c;
}
/* CSS Variables */
:root {
--first-day-of-summer:#f5e799;
--pierogi:#f2d78c;
--sunburst:#f3b67c;
--bierwurst:#f18e8e;
--carmine-rose:#e65c8c;
}