Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f6c34c;
}
.ginger-milk {
color: #f6a651;
}
.fading-torch {
color: #f69855;
}
.melon-red {
color: #f68d6a;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f6c34c;
--ginger-milk:#f6a651;
--fading-torch:#f69855;
--melon-red:#f68d6a;
--shell-pink:#f67e7e;
}