Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a651;
}
.sunny-mood {
color: #f6c84c;
}
.anna-banana {
color: #f7d745;
}
.florida-sunrise {
color: #f3a76d;
}
.rose-fusion {
color: #f66151;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a651;
--sunny-mood:#f6c84c;
--anna-banana:#f7d745;
--florida-sunrise:#f3a76d;
--rose-fusion:#f66151;
}