Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fdd4af;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.trump-tan {
color: #f9a46c;
}
.blaze {
color: #f78d50;
}
.sango-red {
color: #f76c50;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fdd4af;
--puff-pastry-yellow:#fbcc8e;
--trump-tan:#f9a46c;
--blaze:#f78d50;
--sango-red:#f76c50;
}