Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.lemon-dream {
color: #f0a400;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.crustose-lichen {
color: #c24e00;
}
.chocolate-fondue {
color: #9e2a00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--lemon-dream:#f0a400;
--fleur-de-sel-caramel:#d68b00;
--crustose-lichen:#c24e00;
--chocolate-fondue:#9e2a00;
}