Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f8d849;
}
.blended-fruit {
color: #f9e5a4;
}
.sunny-mood {
color: #f5c84d;
}
.orange-pop {
color: #fbbf3c;
}
.yellowish {
color: #fcea64;
}
/* CSS Variables */
:root {
--anna-banana:#f8d849;
--blended-fruit:#f9e5a4;
--sunny-mood:#f5c84d;
--orange-pop:#fbbf3c;
--yellowish:#fcea64;
}