Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.amber-glow {
color: #f29d3a;
}
.spicy-paella {
color: #f28d3a;
}
.entan-red {
color: #f16f4b;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--salted-caramel-popcorn:#f9b14e;
--amber-glow:#f29d3a;
--spicy-paella:#f28d3a;
--entan-red:#f16f4b;
}