Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.waterfall {
color: #3db39f;
}
.tropical-tide {
color: #5cd1b0;
}
.sunny-mood {
color: #f7c94b;
}
.opulent-orange {
color: #f06242;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--waterfall:#3db39f;
--tropical-tide:#5cd1b0;
--sunny-mood:#f7c94b;
--opulent-orange:#f06242;
}