Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d749f;
}
.bachelor-button {
color: #4bb7d2;
}
.turkish-turquoise {
color: #7be3e5;
}
.maximum-yellow-red {
color: #f1b74b;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--bateau:#1d749f;
--bachelor-button:#4bb7d2;
--turkish-turquoise:#7be3e5;
--maximum-yellow-red:#f1b74b;
--emergency-zone:#e7693c;
}