Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.rushing-stream {
color: #66c2d6;
}
.crystal-river {
color: #b2e6f0;
}
.cowbell {
color: #ffe680;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--rushing-stream:#66c2d6;
--crystal-river:#b2e6f0;
--cowbell:#ffe680;
--precious-persimmon:#ff7142;
}