Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.gold-sand {
color: #f6e7a7;
}
.lavender-candy {
color: #f8b4d3;
}
.blush-hour {
color: #ff708f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--gold-sand:#f6e7a7;
--lavender-candy:#f8b4d3;
--blush-hour:#ff708f;
}