Color names in this palette
CSS code for this palette
/* CSS */
.firecracker {
color: #f25f3a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.angel-s-trumpet {
color: #f2e03a;
}
.lilliputian-lime {
color: #94d651;
}
.metallic-green {
color: #1e805c;
}
/* CSS Variables */
:root {
--firecracker:#f25f3a;
--apricot-glazed-chicken:#f5a524;
--angel-s-trumpet:#f2e03a;
--lilliputian-lime:#94d651;
--metallic-green:#1e805c;
}