Color names in this palette
CSS code for this palette
/* CSS */
.corn-kernel {
color: #ffcba3;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.peach-amber {
color: #ff9e8f;
}
.light-red {
color: #ff8280;
}
.grenadine-pink {
color: #ff5c69;
}
/* CSS Variables */
:root {
--corn-kernel:#ffcba3;
--blushing-cinnamon:#ffbe9e;
--peach-amber:#ff9e8f;
--light-red:#ff8280;
--grenadine-pink:#ff5c69;
}