Color names in this palette
CSS code for this palette
/* CSS */
.tan-red {
color: #fc4d1d;
}
.nyc-taxi {
color: #f6b531;
}
.anna-banana {
color: #f7d74b;
}
.frozen-forest {
color: #d2e9b9;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--tan-red:#fc4d1d;
--nyc-taxi:#f6b531;
--anna-banana:#f7d74b;
--frozen-forest:#d2e9b9;
--sour-candy:#69af4b;
}