Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8fb9;
}
.citronella {
color: #69bf76;
}
.chamomile {
color: #e1c698;
}
.firebug {
color: #c95e4f;
}
.marrakesh-red {
color: #7a3e3e;
}
/* CSS Variables */
:root {
--boat-house:#4b8fb9;
--citronella:#69bf76;
--chamomile:#e1c698;
--firebug:#c95e4f;
--marrakesh-red:#7a3e3e;
}