Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.lighthouse-glow {
color: #f9d36c;
}
.glad-yellow {
color: #f4e1ae;
}
.garden-party {
color: #e3a5b7;
}
.middle-safflower {
color: #c94f7e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--lighthouse-glow:#f9d36c;
--glad-yellow:#f4e1ae;
--garden-party:#e3a5b7;
--middle-safflower:#c94f7e;
}