Color names in this palette
CSS code for this palette
/* CSS */
.irish {
color: #3e8e5d;
}
.french-market {
color: #a4c3a2;
}
.ginger-shortbread {
color: #e4cfc4;
}
.sunset-gold {
color: #f6c160;
}
.x-marks-the-spot {
color: #e44944;
}
/* CSS Variables */
:root {
--irish:#3e8e5d;
--french-market:#a4c3a2;
--ginger-shortbread:#e4cfc4;
--sunset-gold:#f6c160;
--x-marks-the-spot:#e44944;
}