Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.crystalsong-blue {
color: #4eb3b7;
}
.opal {
color: #ade1e1;
}
.ginger-peach {
color: #f8d0a0;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--crystalsong-blue:#4eb3b7;
--opal:#ade1e1;
--ginger-peach:#f8d0a0;
--fiery-salmon:#f76969;
}