Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94f3a;
}
.egyptian-gold {
color: #f1a650;
}
.giallo {
color: #f1d63b;
}
.android-green {
color: #a5c639;
}
.flax-flower-blue {
color: #499bda;
}
/* CSS Variables */
:root {
--fire-island:#d94f3a;
--egyptian-gold:#f1a650;
--giallo:#f1d63b;
--android-green:#a5c639;
--flax-flower-blue:#499bda;
}