Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.bianchi-green {
color: #3fc6c1;
}
.island-paradise {
color: #8ce2e3;
}
.dolly {
color: #f3f86d;
}
.bee-cluster {
color: #ffab2e;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--bianchi-green:#3fc6c1;
--island-paradise:#8ce2e3;
--dolly:#f3f86d;
--bee-cluster:#ffab2e;
}