Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d5e1;
}
.lemon-dream {
color: #ed9f02;
}
.squash-blossom {
color: #f6b83c;
}
.sunset-blaze {
color: #e95e2f;
}
.bricky-brick {
color: #b73f24;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d5e1;
--lemon-dream:#ed9f02;
--squash-blossom:#f6b83c;
--sunset-blaze:#e95e2f;
--bricky-brick:#b73f24;
}