Color names in this palette
CSS code for this palette
/* CSS */
.winter-feather {
color: #beae9d;
}
.caramel-mousse {
color: #e5caa4;
}
.popcorn {
color: #f4d27b;
}
.angel-food-cake {
color: #daa24e;
}
.scarecrow-frown {
color: #a86029;
}
/* CSS Variables */
:root {
--winter-feather:#beae9d;
--caramel-mousse:#e5caa4;
--popcorn:#f4d27b;
--angel-food-cake:#daa24e;
--scarecrow-frown:#a86029;
}