Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.soft-turquoise {
color: #76d5d0;
}
.fine-blue {
color: #b5e3e0;
}
.bean-sprout {
color: #f2f8e7;
}
.dream-of-spring {
color: #f6d12c;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--soft-turquoise:#76d5d0;
--fine-blue:#b5e3e0;
--bean-sprout:#f2f8e7;
--dream-of-spring:#f6d12c;
}