Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.ginger-milk {
color: #f9a658;
}
.breeze-of-chilli {
color: #f76e6e;
}
.watermelon-juice {
color: #f55b8c;
}
.tutuji-pink {
color: #e64c8c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--ginger-milk:#f9a658;
--breeze-of-chilli:#f76e6e;
--watermelon-juice:#f55b8c;
--tutuji-pink:#e64c8c;
}