Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d749f;
}
.arctic-green {
color: #4abfb9;
}
.jovial-jade {
color: #87e3af;
}
.buttery-croissant {
color: #f8e29b;
}
.lemon-dream {
color: #f0a000;
}
/* CSS Variables */
:root {
--bateau:#1d749f;
--arctic-green:#4abfb9;
--jovial-jade:#87e3af;
--buttery-croissant:#f8e29b;
--lemon-dream:#f0a000;
}