Color names in this palette
CSS code for this palette
/* CSS */
.orange-wood {
color: #b84b23;
}
.angel-food-cake {
color: #daa24e;
}
.lighthouse-glow {
color: #f7d469;
}
.green-gooseberry {
color: #b2e0a4;
}
.blue-cuddle {
color: #7bb3d1;
}
/* CSS Variables */
:root {
--orange-wood:#b84b23;
--angel-food-cake:#daa24e;
--lighthouse-glow:#f7d469;
--green-gooseberry:#b2e0a4;
--blue-cuddle:#7bb3d1;
}