Color names in this palette
CSS code for this palette
/* CSS */
.falling-leaves {
color: #a45a3d;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.madang {
color: #b9e2a6;
}
.brittany-blue {
color: #4b7c8b;
}
/* CSS Variables */
:root {
--falling-leaves:#a45a3d;
--synthetic-pumpkin:#ff7b3d;
--yellow-jacket:#ffcb3d;
--madang:#b9e2a6;
--brittany-blue:#4b7c8b;
}