Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.bachelor-button {
color: #4bc2d8;
}
.charlotte {
color: #a4e0e5;
}
.blue-angels-yellow {
color: #fab700;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--bachelor-button:#4bc2d8;
--charlotte:#a4e0e5;
--blue-angels-yellow:#fab700;
--fireglow:#d85f41;
}