Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e29f;
}
.mom-s-pancake {
color: #f6c451;
}
.welcoming-wasp {
color: #f0a800;
}
.moldy-ochre {
color: #d69d00;
}
.romaine-green {
color: #a88c00;
}
/* CSS Variables */
:root {
--durango-dust:#f9e29f;
--mom-s-pancake:#f6c451;
--welcoming-wasp:#f0a800;
--moldy-ochre:#d69d00;
--romaine-green:#a88c00;
}