Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d6f9a;
}
.blue-astro {
color: #4aa9d9;
}
.fresh-blue {
color: #8ed7e1;
}
.storm-lightning {
color: #f6e69d;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--bateau:#1d6f9a;
--blue-astro:#4aa9d9;
--fresh-blue:#8ed7e1;
--storm-lightning:#f6e69d;
--pallid-orange:#f9b79f;
}