Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #fbcb3c;
}
.ginger-milk {
color: #f7a650;
}
.bonfire {
color: #f77c59;
}
.ripe-malinka {
color: #f45d6c;
}
.mulberry-yogurt {
color: #c24c8d;
}
/* CSS Variables */
:root {
--yellow-jacket:#fbcb3c;
--ginger-milk:#f7a650;
--bonfire:#f77c59;
--ripe-malinka:#f45d6c;
--mulberry-yogurt:#c24c8d;
}