Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.treasured-teal {
color: #4ec1b5;
}
.yellow-petal {
color: #f1e64b;
}
.basketball {
color: #f26b31;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--treasured-teal:#4ec1b5;
--yellow-petal:#f1e64b;
--basketball:#f26b31;
--kacey-s-pink:#e94e77;
}