Color names in this palette
CSS code for this palette
/* CSS */
.lemon-chrome {
color: #faab00;
}
.cigarette-glow {
color: #f05800;
}
.bacon-strips {
color: #e13e33;
}
.boat-orchid {
color: #b93c8f;
}
.druchii-violet {
color: #7b2c90;
}
/* CSS Variables */
:root {
--lemon-chrome:#faab00;
--cigarette-glow:#f05800;
--bacon-strips:#e13e33;
--boat-orchid:#b93c8f;
--druchii-violet:#7b2c90;
}