Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.pani-puri {
color: #f7a950;
}
.amber-glow {
color: #f19d3b;
}
.firecracker {
color: #f36b39;
}
.nasturtium-flower {
color: #e94b1c;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--pani-puri:#f7a950;
--amber-glow:#f19d3b;
--firecracker:#f36b39;
--nasturtium-flower:#e94b1c;
}