Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8d93;
}
.treasured-teal {
color: #50c3b8;
}
.filtered-forest {
color: #b7e1d4;
}
.casablanca {
color: #f1b350;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--river-fountain:#1f8d93;
--treasured-teal:#50c3b8;
--filtered-forest:#b7e1d4;
--casablanca:#f1b350;
--spicy-paella:#f28d3a;
}