Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.forsythia-blossom {
color: #f9d66c;
}
.venetian-yellow {
color: #f5e59e;
}
.first-date {
color: #f4b49f;
}
.consumed-by-fire {
color: #f27c1c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--forsythia-blossom:#f9d66c;
--venetian-yellow:#f5e59e;
--first-date:#f4b49f;
--consumed-by-fire:#f27c1c;
}