Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.sandy-brown {
color: #f6a860;
}
.melon-red {
color: #f58e6b;
}
.momo-peach {
color: #f5757c;
}
.watermelon-juice {
color: #f55b89;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--sandy-brown:#f6a860;
--melon-red:#f58e6b;
--momo-peach:#f5757c;
--watermelon-juice:#f55b89;
}