Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f4a20b;
}
.squash-blossom {
color: #f6b83c;
}
.lighthouse-glow {
color: #f7d669;
}
.across-the-bay {
color: #b0e4e8;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f4a20b;
--squash-blossom:#f6b83c;
--lighthouse-glow:#f7d669;
--across-the-bay:#b0e4e8;
--blue-bay:#5d9bd5;
}