Color names in this palette
CSS code for this palette
/* CSS */
.solar-power {
color: #f3b539;
}
.sunny-mood {
color: #f7c94a;
}
.cente-tl-yellow {
color: #f7e078;
}
.seafoam-blue {
color: #79d7b8;
}
.mystic-blue {
color: #43a6d0;
}
/* CSS Variables */
:root {
--solar-power:#f3b539;
--sunny-mood:#f7c94a;
--cente-tl-yellow:#f7e078;
--seafoam-blue:#79d7b8;
--mystic-blue:#43a6d0;
}