Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.mountain-range-blue {
color: #4fb7c9;
}
.middle-blue {
color: #7ed4e7;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--mountain-range-blue:#4fb7c9;
--middle-blue:#7ed4e7;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
}