Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94f3a;
}
.goldfish {
color: #f3ab5e;
}
.golden-rays {
color: #f3d972;
}
.greek-garden {
color: #8acf87;
}
.zenith {
color: #497b9c;
}
/* CSS Variables */
:root {
--fire-island:#d94f3a;
--goldfish:#f3ab5e;
--golden-rays:#f3d972;
--greek-garden:#8acf87;
--zenith:#497b9c;
}