Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pyrite {
color: #f6c041;
}
.pale-pear {
color: #f7da6e;
}
.warming-peach {
color: #e4b5a0;
}
.dusty-orange {
color: #d86d4f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pyrite:#f6c041;
--pale-pear:#f7da6e;
--warming-peach:#e4b5a0;
--dusty-orange:#d86d4f;
}