Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f898e;
}
.lagoon-rock {
color: #3dc2c2;
}
.turkish-turquoise {
color: #79e5e7;
}
.apatite-crystal-green {
color: #baff9e;
}
.imam-ali-gold {
color: #f9e19a;
}
/* CSS Variables */
:root {
--river-fountain:#1f898e;
--lagoon-rock:#3dc2c2;
--turkish-turquoise:#79e5e7;
--apatite-crystal-green:#baff9e;
--imam-ali-gold:#f9e19a;
}