Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1d8a90;
}
.north-wind {
color: #4cc0c2;
}
.island-paradise {
color: #88e4e7;
}
.yellow-chalk {
color: #f3f7b1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--river-fountain:#1d8a90;
--north-wind:#4cc0c2;
--island-paradise:#88e4e7;
--yellow-chalk:#f3f7b1;
--grapefruit-pulp:#ff6e61;
}