Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.melbourne-cup {
color: #3fc6b1;
}
.lilliputian-lime {
color: #7fd959;
}
.gilded {
color: #f4e04e;
}
.chat-orange {
color: #f6993c;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--melbourne-cup:#3fc6b1;
--lilliputian-lime:#7fd959;
--gilded:#f4e04e;
--chat-orange:#f6993c;
}