Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.phellodendron-amurense {
color: #f5bf38;
}
.westfall-yellow {
color: #f9d64e;
}
.song-of-summer {
color: #fce6b6;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--phellodendron-amurense:#f5bf38;
--westfall-yellow:#f9d64e;
--song-of-summer:#fce6b6;
--sun-drenched:#ffe8a3;
}