Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.bumblebee {
color: #ffcd29;
}
.pale-gold {
color: #ffdf6b;
}
.old-yella {
color: #ffeb99;
}
.peach-of-mind {
color: #ffe0b3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--bumblebee:#ffcd29;
--pale-gold:#ffdf6b;
--old-yella:#ffeb99;
--peach-of-mind:#ffe0b3;
}