Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.ginger-milk {
color: #f6a85a;
}
.burning-coals {
color: #f69e6f;
}
.vinaceous-cinnamon {
color: #f6888e;
}
.pink-sherbet {
color: #f67e9c;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--ginger-milk:#f6a85a;
--burning-coals:#f69e6f;
--vinaceous-cinnamon:#f6888e;
--pink-sherbet:#f67e9c;
}