Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f9d36c;
}
.butter-cream {
color: #f1b341;
}
.butter-cream {
color: #efae3e;
}
.lemonade-stand {
color: #f6c73c;
}
.carnival {
color: #eb8a28;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f9d36c;
--butter-cream:#f1b341;
--butter-cream:#efae3e;
--lemonade-stand:#f6c73c;
--carnival:#eb8a28;
}