Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.lemon-zest {
color: #f9d958;
}
.durango-dust {
color: #f9e19f;
}
.first-date {
color: #f6b4a2;
}
.breeze-of-chilli {
color: #f47171;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--lemon-zest:#f9d958;
--durango-dust:#f9e19f;
--first-date:#f6b4a2;
--breeze-of-chilli:#f47171;
}