Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.basketball {
color: #f26b31;
}
.horror-snob {
color: #d14d4f;
}
.blue-magenta-violet {
color: #592d8f;
}
.parisian-green {
color: #6b9c40;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--basketball:#f26b31;
--horror-snob:#d14d4f;
--blue-magenta-violet:#592d8f;
--parisian-green:#6b9c40;
}