Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b7793;
}
.fairy-tale-blue {
color: #3a99bb;
}
.fitness-blue {
color: #5bb6d2;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bateau:#1b7793;
--fairy-tale-blue:#3a99bb;
--fitness-blue:#5bb6d2;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
}