Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.amber-glow {
color: #f09c3d;
}
.sohi-red {
color: #e75e3c;
}
.fat-smooch {
color: #c34b7d;
}
.viva-magenta {
color: #a03b8f;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--amber-glow:#f09c3d;
--sohi-red:#e75e3c;
--fat-smooch:#c34b7d;
--viva-magenta:#a03b8f;
}