Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.waterfall {
color: #3db3a3;
}
.downy {
color: #6fd3c0;
}
.pale-turquoise {
color: #a6f7d3;
}
.casino-lights {
color: #f9f9b4;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--waterfall:#3db3a3;
--downy:#6fd3c0;
--pale-turquoise:#a6f7d3;
--casino-lights:#f9f9b4;
}