Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #c55a30;
}
.cognac {
color: #d68c43;
}
.dairy-made {
color: #f1b23b;
}
.lighthouse-glow {
color: #f9d36c;
}
.lemon-pound-cake {
color: #fddb91;
}
/* CSS Variables */
:root {
--raucous-orange:#c55a30;
--cognac:#d68c43;
--dairy-made:#f1b23b;
--lighthouse-glow:#f9d36c;
--lemon-pound-cake:#fddb91;
}