Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f9d09f;
}
.sunset-peach {
color: #f7a67e;
}
.akak-red {
color: #f07c5c;
}
.opal-flame {
color: #ec5b4b;
}
.king-crimson {
color: #c94c4a;
}
/* CSS Variables */
:root {
--ginger-peach:#f9d09f;
--sunset-peach:#f7a67e;
--akak-red:#f07c5c;
--opal-flame:#ec5b4b;
--king-crimson:#c94c4a;
}