Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1f8a8e;
}
.montego-bay {
color: #3db8b8;
}
.blue-crystal-landscape {
color: #70f0e1;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.manga-pink {
color: #f5b2d7;
}
/* CSS Variables */
:root {
--river-fountain:#1f8a8e;
--montego-bay:#3db8b8;
--blue-crystal-landscape:#70f0e1;
--ice-crystal-blue:#a5e3e0;
--manga-pink:#f5b2d7;
}