Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.flame-seal {
color: #f5e15b;
}
.linoleum-blue {
color: #3f7c9d;
}
.opal-flame {
color: #f15e4b;
}
.morning-s-egg {
color: #d9bf78;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--flame-seal:#f5e15b;
--linoleum-blue:#3f7c9d;
--opal-flame:#f15e4b;
--morning-s-egg:#d9bf78;
}