Color names in this palette
CSS code for this palette
/* CSS */
.peaceful-river {
color: #4a9cd3;
}
.big-chill {
color: #7fcae1;
}
.early-july {
color: #a7dfe7;
}
.golden-glam {
color: #f4b943;
}
.fiery-salmon {
color: #f86868;
}
/* CSS Variables */
:root {
--peaceful-river:#4a9cd3;
--big-chill:#7fcae1;
--early-july:#a7dfe7;
--golden-glam:#f4b943;
--fiery-salmon:#f86868;
}