Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b7793;
}
.bachelor-button {
color: #4bb7d2;
}
.tanager-turquoise {
color: #87d8e8;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.sango-red {
color: #f2694a;
}
/* CSS Variables */
:root {
--bateau:#1b7793;
--bachelor-button:#4bb7d2;
--tanager-turquoise:#87d8e8;
--lemon-ice-yellow:#f6e1a7;
--sango-red:#f2694a;
}