Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f7d869;
}
.bergamot-orange {
color: #f7a059;
}
.blaze {
color: #f78d4b;
}
.sango-red {
color: #f76d4b;
}
.strawberry-avalanche {
color: #f5503d;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f7d869;
--bergamot-orange:#f7a059;
--blaze:#f78d4b;
--sango-red:#f76d4b;
--strawberry-avalanche:#f5503d;
}