Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.sunny-mood {
color: #f7c94b;
}
.peaceful-river {
color: #489bd5;
}
.enchanted-glen {
color: #1e6b25;
}
.candlelight-peach {
color: #f9a79f;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--sunny-mood:#f7c94b;
--peaceful-river:#489bd5;
--enchanted-glen:#1e6b25;
--candlelight-peach:#f9a79f;
}