Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d0a03e;
}
.sunny-mood {
color: #f6c84c;
}
.welcoming-wasp {
color: #f0a800;
}
.gold-drop {
color: #d66c2e;
}
.island-monkey {
color: #a74a1b;
}
/* CSS Variables */
:root {
--cremini:#d0a03e;
--sunny-mood:#f6c84c;
--welcoming-wasp:#f0a800;
--gold-drop:#d66c2e;
--island-monkey:#a74a1b;
}