Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunglow {
color: #ffcc33;
}
.snug-yellow {
color: #ffdb80;
}
.joyous {
color: #ffecb3;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunglow:#ffcc33;
--snug-yellow:#ffdb80;
--joyous:#ffecb3;
--delightful-peach:#ffebd1;
}