Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.bright-yarrow {
color: #f9d16c;
}
.sun-dust {
color: #f6e1a2;
}
.first-date {
color: #f4b69f;
}
.paris-pink {
color: #d56c8c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--bright-yarrow:#f9d16c;
--sun-dust:#f6e1a2;
--first-date:#f4b69f;
--paris-pink:#d56c8c;
}