Color names in this palette
CSS code for this palette
/* CSS */
.sandy-brown {
color: #f3a65e;
}
.doughnut {
color: #f09e56;
}
.half-smoke {
color: #f08c51;
}
.entan-red {
color: #f06f4c;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--sandy-brown:#f3a65e;
--doughnut:#f09e56;
--half-smoke:#f08c51;
--entan-red:#f06f4c;
--fire-island:#d8503b;
}