Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94b36;
}
.aztec-glimmer {
color: #e8b34a;
}
.android-green {
color: #a5c639;
}
.resplendent-growth {
color: #3a8d3b;
}
.misty-glen {
color: #cae8da;
}
/* CSS Variables */
:root {
--fire-island:#d94b36;
--aztec-glimmer:#e8b34a;
--android-green:#a5c639;
--resplendent-growth:#3a8d3b;
--misty-glen:#cae8da;
}