Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.amber-yellow {
color: #f8b659;
}
.trump-tan {
color: #f8a76d;
}
.upstream-salmon {
color: #f8997c;
}
.vinaceous-cinnamon {
color: #f88b8d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--amber-yellow:#f8b659;
--trump-tan:#f8a76d;
--upstream-salmon:#f8997c;
--vinaceous-cinnamon:#f88b8d;
}