Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f5d03d;
}
.chickery-chick {
color: #f9eb90;
}
.dandelion-whisper {
color: #fef3b4;
}
.fricass-e {
color: #ffe7c2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f5d03d;
--chickery-chick:#f9eb90;
--dandelion-whisper:#fef3b4;
--fricass-e:#ffe7c2;
}